Html Css Color HEX #CE552A Chilean Fire

📋 copy color: '#CE552A'

red 206 ◦ green 85 ◦ blue 42

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

Shades of Chilean Fire #CE552A

Tints of Chilean Fire #CE552A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.61%

R = 61.86%
G = 25.53%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE552A (or 0xCE552A) is known color: Chilean Fire. HEX triplet: CE, 55 and 2A. RGB value is (206,85,42). Sum of RGB (Red+Green+Blue) = 206+85+42=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE552A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE552A is #31AAD5. Grayscale: #747474. Windows color (decimal): -3254998 or 2774478. OLE color: 2774478.

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

Color convert

RGB 206 85 42 -
CMYK 0 0.59 0.80 0.19
HSL 15.73º 0.66% 0.49% -
HSV(B) 15.73º 0.8% 0.81% -
XYZ 29.12 19.79 4.47 -
YUV 116.28 86.09 192 -
System Red Green Blue C M Y K H S L
Decimal 206 85 42 0 0.59 0.80 0.19 15.73 0.66 0.49
Hex CE 55 2A 0 3B 50 13 10 42 31
Octal 316 125 52 0 73 120 23 20 102 61
Binary 11001110 1010101 101010 0 111011 1010000 10011 10000 1000010 110001

Color Harmonies of #CE552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE552A

Black with #CE552A

Text Example


Text Example

White with #CE552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE552A; }

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

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

background-color css

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

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

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

border-color css

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

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

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