Html Css Color HEX #CE5930 Chilean Fire

📋 copy color: '#CE5930'

red 206 ◦ green 89 ◦ blue 48

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

Shades of Chilean Fire #CE5930

Tints of Chilean Fire #CE5930

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.95%

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

R = 60.06%
G = 25.95%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE5930 (or 0xCE5930) is known color: Chilean Fire. HEX triplet: CE, 59 and 30. RGB value is (206,89,48). Sum of RGB (Red+Green+Blue) = 206+89+48=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5930 is #31A6CF. Grayscale: #777777. Windows color (decimal): -3253968 or 3168718. OLE color: 3168718.

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

Color convert

RGB 206 89 48 -
CMYK 0 0.57 0.77 0.19
HSL 15.57º 0.62% 0.5% -
HSV(B) 15.57º 0.77% 0.81% -
XYZ 29.56 20.48 5.19 -
YUV 119.31 87.76 189.83 -
System Red Green Blue C M Y K H S L
Decimal 206 89 48 0 0.57 0.77 0.19 15.57 0.62 0.5
Hex CE 59 30 0 39 4D 13 10 3E 32
Octal 316 131 60 0 71 115 23 20 76 62
Binary 11001110 1011001 110000 0 111001 1001101 10011 10000 111110 110010

Color Harmonies of #CE5930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5930

Black with #CE5930

Text Example


Text Example

White with #CE5930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5930; }

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

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

background-color css

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

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

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

border-color css

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

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

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