Html Css Color HEX #CE5D25 Chilean Fire

📋 copy color: '#CE5D25'

red 206 ◦ green 93 ◦ blue 37

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

Shades of Chilean Fire #CE5D25

Tints of Chilean Fire #CE5D25

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.68%

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

R = 61.31%
G = 27.68%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE5D25 (or 0xCE5D25) is known color: Chilean Fire. HEX triplet: CE, 5D and 25. RGB value is (206,93,37). Sum of RGB (Red+Green+Blue) = 206+93+37=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5D25 is #31A2DA. Grayscale: #787878. Windows color (decimal): -3252955 or 2448846. OLE color: 2448846.

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

Color convert

RGB 206 93 37 -
CMYK 0 0.55 0.82 0.19
HSL 19.88º 0.7% 0.48% -
HSV(B) 19.88º 0.82% 0.81% -
XYZ 29.7 21.08 4.25 -
YUV 120.4 80.94 189.05 -
System Red Green Blue C M Y K H S L
Decimal 206 93 37 0 0.55 0.82 0.19 19.88 0.7 0.48
Hex CE 5D 25 0 37 52 13 14 46 30
Octal 316 135 45 0 67 122 23 24 106 60
Binary 11001110 1011101 100101 0 110111 1010010 10011 10100 1000110 110000

Color Harmonies of #CE5D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5D25

Black with #CE5D25

Text Example


Text Example

White with #CE5D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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