Html Css Color HEX #CE5B28 Chilean Fire

📋 copy color: '#CE5B28'

red 206 ◦ green 91 ◦ blue 40

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

Shades of Chilean Fire #CE5B28

Tints of Chilean Fire #CE5B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.87%

R = 61.13%
G = 27%
B = 11.87%

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

#CE5B28 (or 0xCE5B28) is known color: Chilean Fire. HEX triplet: CE, 5B and 28. RGB value is (206,91,40). Sum of RGB (Red+Green+Blue) = 206+91+40=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5B28 is #31A4D7. Grayscale: #777777. Windows color (decimal): -3253464 or 2644942. OLE color: 2644942.

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

Color convert

RGB 206 91 40 -
CMYK 0 0.56 0.81 0.19
HSL 18.43º 0.67% 0.48% -
HSV(B) 18.43º 0.81% 0.81% -
XYZ 29.58 20.76 4.46 -
YUV 119.57 83.1 189.65 -
System Red Green Blue C M Y K H S L
Decimal 206 91 40 0 0.56 0.81 0.19 18.43 0.67 0.48
Hex CE 5B 28 0 38 51 13 12 43 30
Octal 316 133 50 0 70 121 23 22 103 60
Binary 11001110 1011011 101000 0 111000 1010001 10011 10010 1000011 110000

Color Harmonies of #CE5B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B28

Black with #CE5B28

Text Example


Text Example

White with #CE5B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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