#c84025

Color #C84025 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #C84025

Tints of Trinidad #C84025

Color information

#C84025 (or 0xC84025) is unknown color: approx Trinidad. HEX triplet: C8, 40 and 25. RGB value is (200,64,37). Sum of RGB (Red+Green+Blue) = 200+64+37=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C84025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84025 is #37BFDA. Grayscale: #656565. Windows color (decimal): -3653595 or 2441416. OLE color: 2441416.

HSL color Cylindrical-coordinate representation of color #C84025: hue angle of 9.94º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C84025 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB2006437-
CMYK00.680.820.22
HSL9.94º68.78%46.47%-
HSV(B)9.94º81.5%78.43%-
XYZ25.9916.083.48-
YUV101.5991.56198.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 66.45%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 37 (14.84% from 255) = 12.29%
R=66.45%
G=21.26%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200643700.680.820.229.9468.7846.47
HexC840250445216a452e
Octal310100450104122261210556
Binary1100100010000001001010100010010100101011010101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c84025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c84025; }

 p { color: rgb(200,64,37); }

 H1.HeaderClassName
 {
   color: #c84025;
 }
 .AnyTagClassName
 {
   color: #c84025;
 }
</style>
background-color css

<style>
 a { background-color: #c84025; }

 a { background-color: rgb(200,64,37); }

 div.DivClassName
 {
   background-color: #c84025;
 }
 .BgClassName
 {
   background-color: #c84025;
 }
</style>
border-color css

<style>
 span { border-color: #c84025; }

 span { border-color: rgb(200,64,37); }

 td.TdClassName
 {
   border-color: #c84025;
 }
 .TagClassName
 {
   border-color: #c84025;
 }
</style>