Html Css Color HEX #CE552F Chilean Fire

📋 copy color: '#CE552F'

red 206 ◦ green 85 ◦ blue 47

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

Shades of Chilean Fire #CE552F

Tints of Chilean Fire #CE552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.91%

R = 60.95%
G = 25.15%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE552F (or 0xCE552F) is known color: Chilean Fire. HEX triplet: CE, 55 and 2F. RGB value is (206,85,47). Sum of RGB (Red+Green+Blue) = 206+85+47=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE552F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE552F is #31AAD0. Grayscale: #757575. Windows color (decimal): -3254993 or 3102158. OLE color: 3102158.

HSL color Cylindrical-coordinate representation of color #CE552F: hue angle of 14.34º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE552F is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 85 47 -
CMYK 0 0.59 0.77 0.19
HSL 14.34º 0.63% 0.5% -
HSV(B) 14.34º 0.77% 0.81% -
XYZ 29.22 19.82 4.98 -
YUV 116.85 88.59 191.59 -
System Red Green Blue C M Y K H S L
Decimal 206 85 47 0 0.59 0.77 0.19 14.34 0.63 0.5
Hex CE 55 2F 0 3B 4D 13 E 3F 32
Octal 316 125 57 0 73 115 23 16 77 62
Binary 11001110 1010101 101111 0 111011 1001101 10011 1110 111111 110010

Color Harmonies of #CE552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE552F

Black with #CE552F

Text Example


Text Example

White with #CE552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE552F; }

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

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

background-color css

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

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

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

border-color css

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

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

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