Html Css Color HEX #CE5424 Chilean Fire

📋 copy color: '#CE5424'

red 206 ◦ green 84 ◦ blue 36

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

Shades of Chilean Fire #CE5424

Tints of Chilean Fire #CE5424

RGB

 RED value IS 206 (80.86% from 255) = 63.19%

 GREEN value IS 84 (33.2% from 255) = 25.77%

 BLUE value IS 36 (14.45% from 255) = 11.04%

R = 63.19%
G = 25.77%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE5424 (or 0xCE5424) is known color: Chilean Fire. HEX triplet: CE, 54 and 24. RGB value is (206,84,36). Sum of RGB (Red+Green+Blue) = 206+84+36=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5424 is #31ABDB. Grayscale: #737373. Windows color (decimal): -3255260 or 2381006. OLE color: 2381006.

HSL color Cylindrical-coordinate representation of color #CE5424: hue angle of 16.94º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE5424 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 84 36 -
CMYK 0 0.59 0.83 0.19
HSL 16.94º 0.7% 0.47% -
HSV(B) 16.94º 0.83% 0.81% -
XYZ 28.94 19.59 3.92 -
YUV 115.01 83.42 192.9 -
System Red Green Blue C M Y K H S L
Decimal 206 84 36 0 0.59 0.83 0.19 16.94 0.7 0.47
Hex CE 54 24 0 3B 53 13 11 46 2F
Octal 316 124 44 0 73 123 23 21 106 57
Binary 11001110 1010100 100100 0 111011 1010011 10011 10001 1000110 101111

Color Harmonies of #CE5424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5424

Black with #CE5424

Text Example


Text Example

White with #CE5424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5424; }

 p { color: rgb(206,84,36); }

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

background-color css

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

 a { background-color: rgb(206,84,36); }

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

border-color css

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

 span { border-color: rgb(206,84,36); }

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