Html Css Color HEX #CE5622 Chilean Fire

📋 copy color: '#CE5622'

red 206 ◦ green 86 ◦ blue 34

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

Shades of Chilean Fire #CE5622

Tints of Chilean Fire #CE5622

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.38%

 BLUE value IS 34 (13.67% from 255) = 10.43%

R = 63.19%
G = 26.38%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE5622 (or 0xCE5622) is known color: Chilean Fire. HEX triplet: CE, 56 and 22. RGB value is (206,86,34). Sum of RGB (Red+Green+Blue) = 206+86+34=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5622 is #31A9DD. Grayscale: #747474. Windows color (decimal): -3254750 or 2250446. OLE color: 2250446.

HSL color Cylindrical-coordinate representation of color #CE5622: hue angle of 18.14º degrees, saturation: 0.72, 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 #CE5622 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 86 34 -
CMYK 0 0.58 0.83 0.19
HSL 18.14º 0.72% 0.47% -
HSV(B) 18.14º 0.83% 0.81% -
XYZ 29.07 19.89 3.82 -
YUV 115.95 81.76 192.23 -
System Red Green Blue C M Y K H S L
Decimal 206 86 34 0 0.58 0.83 0.19 18.14 0.72 0.47
Hex CE 56 22 0 3A 53 13 12 48 2F
Octal 316 126 42 0 72 123 23 22 110 57
Binary 11001110 1010110 100010 0 111010 1010011 10011 10010 1001000 101111

Color Harmonies of #CE5622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5622

Black with #CE5622

Text Example


Text Example

White with #CE5622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5622; }

 p { color: rgb(206,86,34); }

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

background-color css

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

 a { background-color: rgb(206,86,34); }

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

border-color css

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

 span { border-color: rgb(206,86,34); }

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