#CA501F

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

Shades of Trinidad #CA501F

Tints of Trinidad #CA501F

Color information

#CA501F (or 0xCA501F) is unknown color: approx Trinidad. HEX triplet: CA, 50 and 1F. RGB value is (202,80,31). Sum of RGB (Red+Green+Blue) = 202+80+31=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA501F is #35AFE0. Grayscale: #6F6F6F. Windows color (decimal): -3518433 or 2052298. OLE color: 2052298.

HSL color Cylindrical-coordinate representation of color #CA501F: hue angle of 17.19º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA501F is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB2028031-
CMYK00.600.850.21
HSL17.19º73.39%45.69%-
HSV(B)17.19º84.65%79.22%-
XYZ27.4718.393.4-
YUV110.8982.92192.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.54%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 31 (12.5% from 255) = 9.90%
R=64.54%
G=25.56%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202803100.600.850.2117.1973.3945.69
HexCA501F03C551511492e
Octal31212037074125252111156
Binary110010101010000111110111100101010110101100011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA501F; }

 p { color: rgb(202,80,31); }

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

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

 a { background-color: rgb(202,80,31); }

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

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

 span { border-color: rgb(202,80,31); }

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