Html Css Color HEX #CE552D Chilean Fire

📋 copy color: '#CE552D'

red 206 ◦ green 85 ◦ blue 45

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

Shades of Chilean Fire #CE552D

Tints of Chilean Fire #CE552D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.3%

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

R = 61.31%
G = 25.3%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE552D (or 0xCE552D) is known color: Chilean Fire. HEX triplet: CE, 55 and 2D. RGB value is (206,85,45). Sum of RGB (Red+Green+Blue) = 206+85+45=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE552D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE552D is #31AAD2. Grayscale: #747474. Windows color (decimal): -3254995 or 2971086. OLE color: 2971086.

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

Color convert

RGB 206 85 45 -
CMYK 0 0.59 0.78 0.19
HSL 14.91º 0.64% 0.49% -
HSV(B) 14.91º 0.78% 0.81% -
XYZ 29.18 19.81 4.77 -
YUV 116.62 87.59 191.75 -
System Red Green Blue C M Y K H S L
Decimal 206 85 45 0 0.59 0.78 0.19 14.91 0.64 0.49
Hex CE 55 2D 0 3B 4E 13 F 40 31
Octal 316 125 55 0 73 116 23 17 100 61
Binary 11001110 1010101 101101 0 111011 1001110 10011 1111 1000000 110001

Color Harmonies of #CE552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE552D

Black with #CE552D

Text Example


Text Example

White with #CE552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE552D; }

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

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

background-color css

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

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

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

border-color css

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

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

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