Html Css Color HEX #EA3533 Cinnabar

📋 copy color: '#EA3533'

red 234 ◦ green 53 ◦ blue 51

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

Shades of Cinnabar #EA3533

Tints of Cinnabar #EA3533

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.68%

 BLUE value IS 51 (20.31% from 255) = 15.09%

R = 69.23%
G = 15.68%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA3533 (or 0xEA3533) is known color: Cinnabar. HEX triplet: EA, 35 and 33. RGB value is (234,53,51). Sum of RGB (Red+Green+Blue) = 234+53+51=338 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.23% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3533 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3533 is #15CACC. Grayscale: #6B6B6B. Windows color (decimal): -1428173 or 3356138. OLE color: 3356138.

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

Color convert

RGB 234 53 51 -
CMYK 0 0.77 0.78 0.08
HSL 0.66º 0.81% 0.56% -
HSV(B) 0.66º 0.78% 0.92% -
XYZ 35.8 20.28 5.16 -
YUV 106.89 96.47 218.66 -
System Red Green Blue C M Y K H S L
Decimal 234 53 51 0 0.77 0.78 0.08 0.66 0.81 0.56
Hex EA 35 33 0 4D 4E 8 1 51 38
Octal 352 65 63 0 115 116 10 1 121 70
Binary 11101010 110101 110011 0 1001101 1001110 1000 1 1010001 111000

Color Harmonies of #EA3533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3533

Black with #EA3533

Text Example


Text Example

White with #EA3533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3533; }

 p { color: rgb(234,53,51); }

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

background-color css

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

 a { background-color: rgb(234,53,51); }

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

border-color css

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

 span { border-color: rgb(234,53,51); }

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