Html Css Color HEX #CA5E2E Chilean Fire

📋 copy color: '#CA5E2E'

red 202 ◦ green 94 ◦ blue 46

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

Shades of Chilean Fire #CA5E2E

Tints of Chilean Fire #CA5E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.45%

R = 59.06%
G = 27.49%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA5E2E (or 0xCA5E2E) is known color: Chilean Fire. HEX triplet: CA, 5E and 2E. RGB value is (202,94,46). Sum of RGB (Red+Green+Blue) = 202+94+46=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E2E is #35A1D1. Grayscale: #797979. Windows color (decimal): -3514834 or 3038922. OLE color: 3038922.

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

Color convert

RGB 202 94 46 -
CMYK 0 0.53 0.77 0.21
HSL 18.46º 0.63% 0.49% -
HSV(B) 18.46º 0.77% 0.79% -
XYZ 28.85 20.76 5.07 -
YUV 120.82 85.78 185.9 -
System Red Green Blue C M Y K H S L
Decimal 202 94 46 0 0.53 0.77 0.21 18.46 0.63 0.49
Hex CA 5E 2E 0 35 4D 15 12 3F 31
Octal 312 136 56 0 65 115 25 22 77 61
Binary 11001010 1011110 101110 0 110101 1001101 10101 10010 111111 110001

Color Harmonies of #CA5E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E2E

Black with #CA5E2E

Text Example


Text Example

White with #CA5E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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