Html Css Color HEX #CE5625 Chilean Fire

📋 copy color: '#CE5625'

red 206 ◦ green 86 ◦ blue 37

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

Shades of Chilean Fire #CE5625

Tints of Chilean Fire #CE5625

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.14%

 BLUE value IS 37 (14.84% from 255) = 11.25%

R = 62.61%
G = 26.14%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE5625 (or 0xCE5625) is known color: Chilean Fire. HEX triplet: CE, 56 and 25. RGB value is (206,86,37). Sum of RGB (Red+Green+Blue) = 206+86+37=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5625 is #31A9DA. Grayscale: #747474. Windows color (decimal): -3254747 or 2447054. OLE color: 2447054.

HSL color Cylindrical-coordinate representation of color #CE5625: hue angle of 17.4º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE5625 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 86 37 -
CMYK 0 0.58 0.82 0.19
HSL 17.4º 0.7% 0.48% -
HSV(B) 17.4º 0.82% 0.81% -
XYZ 29.12 19.91 4.06 -
YUV 116.29 83.26 191.98 -
System Red Green Blue C M Y K H S L
Decimal 206 86 37 0 0.58 0.82 0.19 17.4 0.7 0.48
Hex CE 56 25 0 3A 52 13 11 46 30
Octal 316 126 45 0 72 122 23 21 106 60
Binary 11001110 1010110 100101 0 111010 1010010 10011 10001 1000110 110000

Color Harmonies of #CE5625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5625

Black with #CE5625

Text Example


Text Example

White with #CE5625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5625; }

 p { color: rgb(206,86,37); }

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

background-color css

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

 a { background-color: rgb(206,86,37); }

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

border-color css

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

 span { border-color: rgb(206,86,37); }

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