Html Css Color HEX #CE6431 Chilean Fire

📋 copy color: '#CE6431'

red 206 ◦ green 100 ◦ blue 49

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

Shades of Chilean Fire #CE6431

Tints of Chilean Fire #CE6431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.17%

 BLUE value IS 49 (19.53% from 255) = 13.8%

R = 58.03%
G = 28.17%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE6431 (or 0xCE6431) is known color: Chilean Fire. HEX triplet: CE, 64 and 31. RGB value is (206,100,49). Sum of RGB (Red+Green+Blue) = 206+100+49=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6431 is #319BCE. Grayscale: #7E7E7E. Windows color (decimal): -3251151 or 3237070. OLE color: 3237070.

HSL color Cylindrical-coordinate representation of color #CE6431: hue angle of 19.49º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE6431 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 100 49 -
CMYK 0 0.51 0.76 0.19
HSL 19.49º 0.62% 0.5% -
HSV(B) 19.49º 0.76% 0.81% -
XYZ 30.57 22.46 5.63 -
YUV 125.88 84.62 185.15 -
System Red Green Blue C M Y K H S L
Decimal 206 100 49 0 0.51 0.76 0.19 19.49 0.62 0.5
Hex CE 64 31 0 33 4C 13 13 3E 32
Octal 316 144 61 0 63 114 23 23 76 62
Binary 11001110 1100100 110001 0 110011 1001100 10011 10011 111110 110010

Color Harmonies of #CE6431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6431

Black with #CE6431

Text Example


Text Example

White with #CE6431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6431; }

 p { color: rgb(206,100,49); }

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

background-color css

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

 a { background-color: rgb(206,100,49); }

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

border-color css

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

 span { border-color: rgb(206,100,49); }

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