Html Css Color HEX #EA552D Cinnabar

📋 copy color: '#EA552D'

red 234 ◦ green 85 ◦ blue 45

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

Shades of Cinnabar #EA552D

Tints of Cinnabar #EA552D

RGB

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

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

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

R = 64.29%
G = 23.35%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA552D (or 0xEA552D) is known color: Cinnabar. HEX triplet: EA, 55 and 2D. RGB value is (234,85,45). Sum of RGB (Red+Green+Blue) = 234+85+45=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA552D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA552D is #15AAD2. Grayscale: #7D7D7D. Windows color (decimal): -1419987 or 2971114. OLE color: 2971114.

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

Color convert

RGB 234 85 45 -
CMYK 0 0.64 0.81 0.08
HSL 12.7º 0.82% 0.55% -
HSV(B) 12.7º 0.81% 0.92% -
XYZ 37.65 24.18 5.17 -
YUV 124.99 82.86 205.75 -
System Red Green Blue C M Y K H S L
Decimal 234 85 45 0 0.64 0.81 0.08 12.7 0.82 0.55
Hex EA 55 2D 0 40 51 8 D 52 37
Octal 352 125 55 0 100 121 10 15 122 67
Binary 11101010 1010101 101101 0 1000000 1010001 1000 1101 1010010 110111

Color Harmonies of #EA552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA552D

Black with #EA552D

Text Example


Text Example

White with #EA552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA552D; }

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

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

background-color css

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

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

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

border-color css

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

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

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