Html Css Color HEX #CE5428 Chilean Fire

📋 copy color: '#CE5428'

red 206 ◦ green 84 ◦ blue 40

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

Shades of Chilean Fire #CE5428

Tints of Chilean Fire #CE5428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.45%

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

R = 62.42%
G = 25.45%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE5428 (or 0xCE5428) is known color: Chilean Fire. HEX triplet: CE, 54 and 28. RGB value is (206,84,40). Sum of RGB (Red+Green+Blue) = 206+84+40=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5428 is #31ABD7. Grayscale: #737373. Windows color (decimal): -3255256 or 2643150. OLE color: 2643150.

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

Color convert

RGB 206 84 40 -
CMYK 0 0.59 0.81 0.19
HSL 15.9º 0.67% 0.48% -
HSV(B) 15.9º 0.81% 0.81% -
XYZ 29.01 19.62 4.26 -
YUV 115.46 85.42 192.58 -
System Red Green Blue C M Y K H S L
Decimal 206 84 40 0 0.59 0.81 0.19 15.9 0.67 0.48
Hex CE 54 28 0 3B 51 13 10 43 30
Octal 316 124 50 0 73 121 23 20 103 60
Binary 11001110 1010100 101000 0 111011 1010001 10011 10000 1000011 110000

Color Harmonies of #CE5428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5428

Black with #CE5428

Text Example


Text Example

White with #CE5428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5428; }

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

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

background-color css

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

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

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

border-color css

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

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

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