Html Css Color HEX #CE5731 Chilean Fire

📋 copy color: '#CE5731'

red 206 ◦ green 87 ◦ blue 49

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

Shades of Chilean Fire #CE5731

Tints of Chilean Fire #CE5731

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.44%

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

R = 60.23%
G = 25.44%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE5731 (or 0xCE5731) is known color: Chilean Fire. HEX triplet: CE, 57 and 31. RGB value is (206,87,49). Sum of RGB (Red+Green+Blue) = 206+87+49=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5731 is #31A8CE. Grayscale: #767676. Windows color (decimal): -3254479 or 3233742. OLE color: 3233742.

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

Color convert

RGB 206 87 49 -
CMYK 0 0.58 0.76 0.19
HSL 14.52º 0.62% 0.5% -
HSV(B) 14.52º 0.76% 0.81% -
XYZ 29.42 20.16 5.25 -
YUV 118.25 88.92 190.59 -
System Red Green Blue C M Y K H S L
Decimal 206 87 49 0 0.58 0.76 0.19 14.52 0.62 0.5
Hex CE 57 31 0 3A 4C 13 F 3E 32
Octal 316 127 61 0 72 114 23 17 76 62
Binary 11001110 1010111 110001 0 111010 1001100 10011 1111 111110 110010

Color Harmonies of #CE5731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5731

Black with #CE5731

Text Example


Text Example

White with #CE5731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5731; }

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

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

background-color css

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

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

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

border-color css

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

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

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