Html Css Color HEX #CE5835 Chilean Fire

📋 copy color: '#CE5835'

red 206 ◦ green 88 ◦ blue 53

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

Shades of Chilean Fire #CE5835

Tints of Chilean Fire #CE5835

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.36%

 BLUE value IS 53 (21.09% from 255) = 15.27%

R = 59.37%
G = 25.36%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE5835 (or 0xCE5835) is known color: Chilean Fire. HEX triplet: CE, 58 and 35. RGB value is (206,88,53). Sum of RGB (Red+Green+Blue) = 206+88+53=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5835 is #31A7CA. Grayscale: #777777. Windows color (decimal): -3254219 or 3496142. OLE color: 3496142.

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

Color convert

RGB 206 88 53 -
CMYK 0 0.57 0.74 0.19
HSL 13.73º 0.61% 0.51% -
HSV(B) 13.73º 0.74% 0.81% -
XYZ 29.59 20.36 5.74 -
YUV 119.29 90.59 189.85 -
System Red Green Blue C M Y K H S L
Decimal 206 88 53 0 0.57 0.74 0.19 13.73 0.61 0.51
Hex CE 58 35 0 39 4A 13 E 3D 33
Octal 316 130 65 0 71 112 23 16 75 63
Binary 11001110 1011000 110101 0 111001 1001010 10011 1110 111101 110011

Color Harmonies of #CE5835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5835

Black with #CE5835

Text Example


Text Example

White with #CE5835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5835; }

 p { color: rgb(206,88,53); }

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

background-color css

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

 a { background-color: rgb(206,88,53); }

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

border-color css

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

 span { border-color: rgb(206,88,53); }

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