Html Css Color HEX #CE5B24 Chilean Fire

📋 copy color: '#CE5B24'

red 206 ◦ green 91 ◦ blue 36

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

Shades of Chilean Fire #CE5B24

Tints of Chilean Fire #CE5B24

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.33%

 BLUE value IS 36 (14.45% from 255) = 10.81%

R = 61.86%
G = 27.33%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE5B24 (or 0xCE5B24) is known color: Chilean Fire. HEX triplet: CE, 5B and 24. RGB value is (206,91,36). Sum of RGB (Red+Green+Blue) = 206+91+36=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5B24 is #31A4DB. Grayscale: #777777. Windows color (decimal): -3253468 or 2382798. OLE color: 2382798.

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

Color convert

RGB 206 91 36 -
CMYK 0 0.56 0.83 0.19
HSL 19.41º 0.7% 0.47% -
HSV(B) 19.41º 0.83% 0.81% -
XYZ 29.51 20.73 4.12 -
YUV 119.12 81.1 189.97 -
System Red Green Blue C M Y K H S L
Decimal 206 91 36 0 0.56 0.83 0.19 19.41 0.7 0.47
Hex CE 5B 24 0 38 53 13 13 46 2F
Octal 316 133 44 0 70 123 23 23 106 57
Binary 11001110 1011011 100100 0 111000 1010011 10011 10011 1000110 101111

Color Harmonies of #CE5B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B24

Black with #CE5B24

Text Example


Text Example

White with #CE5B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B24; }

 p { color: rgb(206,91,36); }

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

background-color css

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

 a { background-color: rgb(206,91,36); }

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

border-color css

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

 span { border-color: rgb(206,91,36); }

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