Html Css Color HEX #CE5530 Chilean Fire

📋 copy color: '#CE5530'

red 206 ◦ green 85 ◦ blue 48

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

Shades of Chilean Fire #CE5530

Tints of Chilean Fire #CE5530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.07%

 BLUE value IS 48 (19.14% from 255) = 14.16%

R = 60.77%
G = 25.07%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE5530 (or 0xCE5530) is known color: Chilean Fire. HEX triplet: CE, 55 and 30. RGB value is (206,85,48). Sum of RGB (Red+Green+Blue) = 206+85+48=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5530 is #31AACF. Grayscale: #757575. Windows color (decimal): -3254992 or 3167694. OLE color: 3167694.

HSL color Cylindrical-coordinate representation of color #CE5530: hue angle of 14.05º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE5530 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 85 48 -
CMYK 0 0.59 0.77 0.19
HSL 14.05º 0.62% 0.5% -
HSV(B) 14.05º 0.77% 0.81% -
XYZ 29.24 19.83 5.08 -
YUV 116.96 89.09 191.51 -
System Red Green Blue C M Y K H S L
Decimal 206 85 48 0 0.59 0.77 0.19 14.05 0.62 0.5
Hex CE 55 30 0 3B 4D 13 E 3E 32
Octal 316 125 60 0 73 115 23 16 76 62
Binary 11001110 1010101 110000 0 111011 1001101 10011 1110 111110 110010

Color Harmonies of #CE5530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5530

Black with #CE5530

Text Example


Text Example

White with #CE5530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5530; }

 p { color: rgb(206,85,48); }

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

background-color css

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

 a { background-color: rgb(206,85,48); }

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

border-color css

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

 span { border-color: rgb(206,85,48); }

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