Html Css Color HEX #CE5B27 Chilean Fire

📋 copy color: '#CE5B27'

red 206 ◦ green 91 ◦ blue 39

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

Shades of Chilean Fire #CE5B27

Tints of Chilean Fire #CE5B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.61%

R = 61.31%
G = 27.08%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE5B27 (or 0xCE5B27) is known color: Chilean Fire. HEX triplet: CE, 5B and 27. RGB value is (206,91,39). Sum of RGB (Red+Green+Blue) = 206+91+39=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5B27 is #31A4D8. Grayscale: #777777. Windows color (decimal): -3253465 or 2579406. OLE color: 2579406.

HSL color Cylindrical-coordinate representation of color #CE5B27: hue angle of 18.68º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE5B27 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 91 39 -
CMYK 0 0.56 0.81 0.19
HSL 18.68º 0.68% 0.48% -
HSV(B) 18.68º 0.81% 0.81% -
XYZ 29.56 20.75 4.37 -
YUV 119.46 82.6 189.73 -
System Red Green Blue C M Y K H S L
Decimal 206 91 39 0 0.56 0.81 0.19 18.68 0.68 0.48
Hex CE 5B 27 0 38 51 13 13 44 30
Octal 316 133 47 0 70 121 23 23 104 60
Binary 11001110 1011011 100111 0 111000 1010001 10011 10011 1000100 110000

Color Harmonies of #CE5B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B27

Black with #CE5B27

Text Example


Text Example

White with #CE5B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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