Html Css Color HEX #CE5D29 Chilean Fire

📋 copy color: '#CE5D29'

red 206 ◦ green 93 ◦ blue 41

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

Shades of Chilean Fire #CE5D29

Tints of Chilean Fire #CE5D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.06%

R = 60.59%
G = 27.35%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE5D29 (or 0xCE5D29) is known color: Chilean Fire. HEX triplet: CE, 5D and 29. RGB value is (206,93,41). Sum of RGB (Red+Green+Blue) = 206+93+41=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5D29 is #31A2D6. Grayscale: #797979. Windows color (decimal): -3252951 or 2710990. OLE color: 2710990.

HSL color Cylindrical-coordinate representation of color #CE5D29: hue angle of 18.91º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE5D29 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 93 41 -
CMYK 0 0.55 0.80 0.19
HSL 18.91º 0.67% 0.48% -
HSV(B) 18.91º 0.8% 0.81% -
XYZ 29.77 21.11 4.6 -
YUV 120.86 82.94 188.73 -
System Red Green Blue C M Y K H S L
Decimal 206 93 41 0 0.55 0.80 0.19 18.91 0.67 0.48
Hex CE 5D 29 0 37 50 13 13 43 30
Octal 316 135 51 0 67 120 23 23 103 60
Binary 11001110 1011101 101001 0 110111 1010000 10011 10011 1000011 110000

Color Harmonies of #CE5D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5D29

Black with #CE5D29

Text Example


Text Example

White with #CE5D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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