Html Css Color HEX #CE5522 Chilean Fire

📋 copy color: '#CE5522'

red 206 ◦ green 85 ◦ blue 34

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

Shades of Chilean Fire #CE5522

Tints of Chilean Fire #CE5522

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.15%

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

R = 63.38%
G = 26.15%
B = 10.46%

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

#CE5522 (or 0xCE5522) is known color: Chilean Fire. HEX triplet: CE, 55 and 22. RGB value is (206,85,34). Sum of RGB (Red+Green+Blue) = 206+85+34=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5522 is #31AADD. Grayscale: #737373. Windows color (decimal): -3255006 or 2250190. OLE color: 2250190.

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

Color convert

RGB 206 85 34 -
CMYK 0 0.59 0.83 0.19
HSL 17.79º 0.72% 0.47% -
HSV(B) 17.79º 0.83% 0.81% -
XYZ 28.99 19.73 3.79 -
YUV 115.37 82.09 192.65 -
System Red Green Blue C M Y K H S L
Decimal 206 85 34 0 0.59 0.83 0.19 17.79 0.72 0.47
Hex CE 55 22 0 3B 53 13 12 48 2F
Octal 316 125 42 0 73 123 23 22 110 57
Binary 11001110 1010101 100010 0 111011 1010011 10011 10010 1001000 101111

Color Harmonies of #CE5522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5522

Black with #CE5522

Text Example


Text Example

White with #CE5522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5522; }

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

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

background-color css

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

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

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

border-color css

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

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

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