Html Css Color HEX #CA5C29 Chilean Fire

📋 copy color: '#CA5C29'

red 202 ◦ green 92 ◦ blue 41

#CA5C29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #CA5C29

Tints of Chilean Fire #CA5C29

RGB

 RED value IS 202 (79.3% from 255) = 60.3%

 GREEN value IS 92 (36.33% from 255) = 27.46%

 BLUE value IS 41 (16.41% from 255) = 12.24%

R = 60.3%
G = 27.46%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA5C29 (or 0xCA5C29) is known color: Chilean Fire. HEX triplet: CA, 5C and 29. RGB value is (202,92,41). Sum of RGB (Red+Green+Blue) = 202+92+41=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5C29 is #35A3D6. Grayscale: #777777. Windows color (decimal): -3515351 or 2710730. OLE color: 2710730.

HSL color Cylindrical-coordinate representation of color #CA5C29: hue angle of 19.01º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA5C29 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 92 41 -
CMYK 0 0.54 0.80 0.21
HSL 19.01º 0.66% 0.48% -
HSV(B) 19.01º 0.8% 0.79% -
XYZ 28.58 20.37 4.52 -
YUV 119.08 83.94 187.15 -
System Red Green Blue C M Y K H S L
Decimal 202 92 41 0 0.54 0.80 0.21 19.01 0.66 0.48
Hex CA 5C 29 0 36 50 15 13 42 30
Octal 312 134 51 0 66 120 25 23 102 60
Binary 11001010 1011100 101001 0 110110 1010000 10101 10011 1000010 110000

Color Harmonies of #CA5C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5C29

Black with #CA5C29

Text Example


Text Example

White with #CA5C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5C29; }

 p { color: rgb(202,92,41); }

 H1.HeaderClassName
 {
   color: #CA5C29;
 }
 .AnyTagClassName
 {
   color: #CA5C29;
 }
</style>

background-color css

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

 a { background-color: rgb(202,92,41); }

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

border-color css

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

 span { border-color: rgb(202,92,41); }

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