Html Css Color HEX #CE5825 Chilean Fire

📋 copy color: '#CE5825'

red 206 ◦ green 88 ◦ blue 37

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

Shades of Chilean Fire #CE5825

Tints of Chilean Fire #CE5825

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.59%

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

R = 62.24%
G = 26.59%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE5825 (or 0xCE5825) is known color: Chilean Fire. HEX triplet: CE, 58 and 25. RGB value is (206,88,37). Sum of RGB (Red+Green+Blue) = 206+88+37=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5825 is #31A7DA. Grayscale: #757575. Windows color (decimal): -3254235 or 2447566. OLE color: 2447566.

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

Color convert

RGB 206 88 37 -
CMYK 0 0.57 0.82 0.19
HSL 18.11º 0.7% 0.48% -
HSV(B) 18.11º 0.82% 0.81% -
XYZ 29.28 20.23 4.11 -
YUV 117.47 82.59 191.15 -
System Red Green Blue C M Y K H S L
Decimal 206 88 37 0 0.57 0.82 0.19 18.11 0.7 0.48
Hex CE 58 25 0 39 52 13 12 46 30
Octal 316 130 45 0 71 122 23 22 106 60
Binary 11001110 1011000 100101 0 111001 1010010 10011 10010 1000110 110000

Color Harmonies of #CE5825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5825

Black with #CE5825

Text Example


Text Example

White with #CE5825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5825; }

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

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

background-color css

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

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

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

border-color css

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

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

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