Html Css Color HEX #CA5E2C Chilean Fire

📋 copy color: '#CA5E2C'

red 202 ◦ green 94 ◦ blue 44

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

Shades of Chilean Fire #CA5E2C

Tints of Chilean Fire #CA5E2C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.65%

 BLUE value IS 44 (17.58% from 255) = 12.94%

R = 59.41%
G = 27.65%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA5E2C (or 0xCA5E2C) is known color: Chilean Fire. HEX triplet: CA, 5E and 2C. RGB value is (202,94,44). Sum of RGB (Red+Green+Blue) = 202+94+44=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E2C is #35A1D3. Grayscale: #787878. Windows color (decimal): -3514836 or 2907850. OLE color: 2907850.

HSL color Cylindrical-coordinate representation of color #CA5E2C: hue angle of 18.99º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA5E2C is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 94 44 -
CMYK 0 0.53 0.78 0.21
HSL 18.99º 0.64% 0.48% -
HSV(B) 18.99º 0.78% 0.79% -
XYZ 28.81 20.74 4.87 -
YUV 120.59 84.78 186.07 -
System Red Green Blue C M Y K H S L
Decimal 202 94 44 0 0.53 0.78 0.21 18.99 0.64 0.48
Hex CA 5E 2C 0 35 4E 15 13 40 30
Octal 312 136 54 0 65 116 25 23 100 60
Binary 11001010 1011110 101100 0 110101 1001110 10101 10011 1000000 110000

Color Harmonies of #CA5E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E2C

Black with #CA5E2C

Text Example


Text Example

White with #CA5E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E2C; }

 p { color: rgb(202,94,44); }

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

background-color css

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

 a { background-color: rgb(202,94,44); }

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

border-color css

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

 span { border-color: rgb(202,94,44); }

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