Html Css Color HEX #EA2521 Cinnabar

📋 copy color: '#EA2521'

red 234 ◦ green 37 ◦ blue 33

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

Shades of Cinnabar #EA2521

Tints of Cinnabar #EA2521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.17%

 BLUE value IS 33 (13.28% from 255) = 10.86%

R = 76.97%
G = 12.17%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA2521 (or 0xEA2521) is known color: Cinnabar. HEX triplet: EA, 25 and 21. RGB value is (234,37,33). Sum of RGB (Red+Green+Blue) = 234+37+33=304 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.97% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2521 is #15DADE. Grayscale: #5F5F5F. Windows color (decimal): -1432287 or 2172394. OLE color: 2172394.

HSL color Cylindrical-coordinate representation of color #EA2521: hue angle of 1.19º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2521 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 37 33 -
CMYK 0 0.84 0.86 0.08
HSL 1.19º 0.83% 0.52% -
HSV(B) 1.19º 0.86% 0.92% -
XYZ 34.87 18.93 3.25 -
YUV 95.45 92.77 226.83 -
System Red Green Blue C M Y K H S L
Decimal 234 37 33 0 0.84 0.86 0.08 1.19 0.83 0.52
Hex EA 25 21 0 54 56 8 1 53 34
Octal 352 45 41 0 124 126 10 1 123 64
Binary 11101010 100101 100001 0 1010100 1010110 1000 1 1010011 110100

Color Harmonies of #EA2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2521

Black with #EA2521

Text Example


Text Example

White with #EA2521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2521; }

 p { color: rgb(234,37,33); }

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

background-color css

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

 a { background-color: rgb(234,37,33); }

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

border-color css

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

 span { border-color: rgb(234,37,33); }

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