Html Css Color HEX #CE5A2D Chilean Fire

📋 copy color: '#CE5A2D'

red 206 ◦ green 90 ◦ blue 45

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

Shades of Chilean Fire #CE5A2D

Tints of Chilean Fire #CE5A2D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.39%

 BLUE value IS 45 (17.97% from 255) = 13.2%

R = 60.41%
G = 26.39%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE5A2D (or 0xCE5A2D) is known color: Chilean Fire. HEX triplet: CE, 5A and 2D. RGB value is (206,90,45). Sum of RGB (Red+Green+Blue) = 206+90+45=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5A2D is #31A5D2. Grayscale: #777777. Windows color (decimal): -3253715 or 2972366. OLE color: 2972366.

HSL color Cylindrical-coordinate representation of color #CE5A2D: hue angle of 16.77º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE5A2D is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 90 45 -
CMYK 0 0.56 0.78 0.19
HSL 16.77º 0.64% 0.49% -
HSV(B) 16.77º 0.78% 0.81% -
XYZ 29.58 20.62 4.9 -
YUV 119.55 85.93 189.66 -
System Red Green Blue C M Y K H S L
Decimal 206 90 45 0 0.56 0.78 0.19 16.77 0.64 0.49
Hex CE 5A 2D 0 38 4E 13 11 40 31
Octal 316 132 55 0 70 116 23 21 100 61
Binary 11001110 1011010 101101 0 111000 1001110 10011 10001 1000000 110001

Color Harmonies of #CE5A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A2D

Black with #CE5A2D

Text Example


Text Example

White with #CE5A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A2D; }

 p { color: rgb(206,90,45); }

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

background-color css

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

 a { background-color: rgb(206,90,45); }

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

border-color css

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

 span { border-color: rgb(206,90,45); }

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