#C25023

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

Shades of Trinidad #C25023

Tints of Trinidad #C25023

Color information

#C25023 (or 0xC25023) is unknown color: approx Trinidad. HEX triplet: C2, 50 and 23. RGB value is (194,80,35). Sum of RGB (Red+Green+Blue) = 194+80+35=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C25023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25023 is #3DAFDC. Grayscale: #6D6D6D. Windows color (decimal): -4042717 or 2314434. OLE color: 2314434.

HSL color Cylindrical-coordinate representation of color #C25023: hue angle of 16.98º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C25023 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB1948035-
CMYK00.590.820.24
HSL16.98º69.43%44.9%-
HSV(B)16.98º81.96%76.08%-
XYZ25.4217.333.59-
YUV108.9686.27188.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.78%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 35 (14.06% from 255) = 11.33%
R=62.78%
G=25.89%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194803500.590.820.2416.9869.4344.9
HexC2502303B521811452d
Octal30212043073122302110555
Binary1100001010100001000110111011101001011000100011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25023; }

 p { color: rgb(194,80,35); }

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

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

 a { background-color: rgb(194,80,35); }

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

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

 span { border-color: rgb(194,80,35); }

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