Html Css Color HEX #EA552F Cinnabar

📋 copy color: '#EA552F'

red 234 ◦ green 85 ◦ blue 47

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

Shades of Cinnabar #EA552F

Tints of Cinnabar #EA552F

RGB

 RED value IS 234 (91.8% from 255) = 63.93%

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

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

R = 63.93%
G = 23.22%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA552F (or 0xEA552F) is known color: Cinnabar. HEX triplet: EA, 55 and 2F. RGB value is (234,85,47). Sum of RGB (Red+Green+Blue) = 234+85+47=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA552F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA552F is #15AAD0. Grayscale: #7D7D7D. Windows color (decimal): -1419985 or 3102186. OLE color: 3102186.

HSL color Cylindrical-coordinate representation of color #EA552F: hue angle of 12.19º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA552F is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 85 47 -
CMYK 0 0.64 0.80 0.08
HSL 12.19º 0.82% 0.55% -
HSV(B) 12.19º 0.8% 0.92% -
XYZ 37.69 24.19 5.37 -
YUV 125.22 83.86 205.59 -
System Red Green Blue C M Y K H S L
Decimal 234 85 47 0 0.64 0.80 0.08 12.19 0.82 0.55
Hex EA 55 2F 0 40 50 8 C 52 37
Octal 352 125 57 0 100 120 10 14 122 67
Binary 11101010 1010101 101111 0 1000000 1010000 1000 1100 1010010 110111

Color Harmonies of #EA552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA552F

Black with #EA552F

Text Example


Text Example

White with #EA552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA552F; }

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

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

background-color css

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

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

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

border-color css

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

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

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