Html Css Color HEX #CE5320 Chilean Fire

📋 copy color: '#CE5320'

red 206 ◦ green 83 ◦ blue 32

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

Shades of Chilean Fire #CE5320

Tints of Chilean Fire #CE5320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.86%

 BLUE value IS 32 (12.89% from 255) = 9.97%

R = 64.17%
G = 25.86%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE5320 (or 0xCE5320) is known color: Chilean Fire. HEX triplet: CE, 53 and 20. RGB value is (206,83,32). Sum of RGB (Red+Green+Blue) = 206+83+32=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5320 is #31ACDF. Grayscale: #727272. Windows color (decimal): -3255520 or 2118606. OLE color: 2118606.

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

Color convert

RGB 206 83 32 -
CMYK 0 0.60 0.84 0.19
HSL 17.59º 0.73% 0.47% -
HSV(B) 17.59º 0.84% 0.81% -
XYZ 28.81 19.41 3.6 -
YUV 113.96 81.75 193.65 -
System Red Green Blue C M Y K H S L
Decimal 206 83 32 0 0.60 0.84 0.19 17.59 0.73 0.47
Hex CE 53 20 0 3C 54 13 12 49 2F
Octal 316 123 40 0 74 124 23 22 111 57
Binary 11001110 1010011 100000 0 111100 1010100 10011 10010 1001001 101111

Color Harmonies of #CE5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5320

Black with #CE5320

Text Example


Text Example

White with #CE5320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5320; }

 p { color: rgb(206,83,32); }

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

background-color css

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

 a { background-color: rgb(206,83,32); }

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

border-color css

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

 span { border-color: rgb(206,83,32); }

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