Html Css Color HEX #CE5A28 Chilean Fire

📋 copy color: '#CE5A28'

red 206 ◦ green 90 ◦ blue 40

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

Shades of Chilean Fire #CE5A28

Tints of Chilean Fire #CE5A28

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.79%

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

R = 61.31%
G = 26.79%
B = 11.9%

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

#CE5A28 (or 0xCE5A28) is known color: Chilean Fire. HEX triplet: CE, 5A and 28. RGB value is (206,90,40). Sum of RGB (Red+Green+Blue) = 206+90+40=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5A28 is #31A5D7. Grayscale: #777777. Windows color (decimal): -3253720 or 2644686. OLE color: 2644686.

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

Color convert

RGB 206 90 40 -
CMYK 0 0.56 0.81 0.19
HSL 18.07º 0.67% 0.48% -
HSV(B) 18.07º 0.81% 0.81% -
XYZ 29.49 20.59 4.43 -
YUV 118.98 83.43 190.07 -
System Red Green Blue C M Y K H S L
Decimal 206 90 40 0 0.56 0.81 0.19 18.07 0.67 0.48
Hex CE 5A 28 0 38 51 13 12 43 30
Octal 316 132 50 0 70 121 23 22 103 60
Binary 11001110 1011010 101000 0 111000 1010001 10011 10010 1000011 110000

Color Harmonies of #CE5A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A28

Black with #CE5A28

Text Example


Text Example

White with #CE5A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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