Html Css Color HEX #CE5E28 Chilean Fire

📋 copy color: '#CE5E28'

red 206 ◦ green 94 ◦ blue 40

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

Shades of Chilean Fire #CE5E28

Tints of Chilean Fire #CE5E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.76%

R = 60.59%
G = 27.65%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE5E28 (or 0xCE5E28) is known color: Chilean Fire. HEX triplet: CE, 5E and 28. RGB value is (206,94,40). Sum of RGB (Red+Green+Blue) = 206+94+40=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E28 is #31A1D7. Grayscale: #797979. Windows color (decimal): -3252696 or 2645710. OLE color: 2645710.

HSL color Cylindrical-coordinate representation of color #CE5E28: hue angle of 19.52º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE5E28 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 94 40 -
CMYK 0 0.54 0.81 0.19
HSL 19.52º 0.67% 0.48% -
HSV(B) 19.52º 0.81% 0.81% -
XYZ 29.84 21.28 4.54 -
YUV 121.33 82.11 188.39 -
System Red Green Blue C M Y K H S L
Decimal 206 94 40 0 0.54 0.81 0.19 19.52 0.67 0.48
Hex CE 5E 28 0 36 51 13 14 43 30
Octal 316 136 50 0 66 121 23 24 103 60
Binary 11001110 1011110 101000 0 110110 1010001 10011 10100 1000011 110000

Color Harmonies of #CE5E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E28

Black with #CE5E28

Text Example


Text Example

White with #CE5E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E28; }

 p { color: rgb(206,94,40); }

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

background-color css

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

 a { background-color: rgb(206,94,40); }

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

border-color css

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

 span { border-color: rgb(206,94,40); }

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