Html Css Color HEX #CE5925 Chilean Fire

📋 copy color: '#CE5925'

red 206 ◦ green 89 ◦ blue 37

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

Shades of Chilean Fire #CE5925

Tints of Chilean Fire #CE5925

RGB

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

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

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

R = 62.05%
G = 26.81%
B = 11.14%

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

#CE5925 (or 0xCE5925) is known color: Chilean Fire. HEX triplet: CE, 59 and 25. RGB value is (206,89,37). Sum of RGB (Red+Green+Blue) = 206+89+37=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5925 is #31A6DA. Grayscale: #767676. Windows color (decimal): -3253979 or 2447822. OLE color: 2447822.

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

Color convert

RGB 206 89 37 -
CMYK 0 0.57 0.82 0.19
HSL 18.46º 0.7% 0.48% -
HSV(B) 18.46º 0.82% 0.81% -
XYZ 29.36 20.4 4.14 -
YUV 118.06 82.26 190.73 -
System Red Green Blue C M Y K H S L
Decimal 206 89 37 0 0.57 0.82 0.19 18.46 0.7 0.48
Hex CE 59 25 0 39 52 13 12 46 30
Octal 316 131 45 0 71 122 23 22 106 60
Binary 11001110 1011001 100101 0 111001 1010010 10011 10010 1000110 110000

Color Harmonies of #CE5925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5925

Black with #CE5925

Text Example


Text Example

White with #CE5925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5925; }

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

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

background-color css

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

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

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

border-color css

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

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

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