Html Css Color HEX #EA3721 Cinnabar

📋 copy color: '#EA3721'

red 234 ◦ green 55 ◦ blue 33

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

Shades of Cinnabar #EA3721

Tints of Cinnabar #EA3721

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.08%

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

R = 72.67%
G = 17.08%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA3721 (or 0xEA3721) is known color: Cinnabar. HEX triplet: EA, 37 and 21. RGB value is (234,55,33). Sum of RGB (Red+Green+Blue) = 234+55+33=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3721 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3721 is #15C8DE. Grayscale: #6A6A6A. Windows color (decimal): -1427679 or 2177002. OLE color: 2177002.

HSL color Cylindrical-coordinate representation of color #EA3721: hue angle of 6.57º 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 #EA3721 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 55 33 -
CMYK 0 0.76 0.86 0.08
HSL 6.57º 0.83% 0.52% -
HSV(B) 6.57º 0.86% 0.92% -
XYZ 35.57 20.33 3.49 -
YUV 106.01 86.8 219.29 -
System Red Green Blue C M Y K H S L
Decimal 234 55 33 0 0.76 0.86 0.08 6.57 0.83 0.52
Hex EA 37 21 0 4C 56 8 7 53 34
Octal 352 67 41 0 114 126 10 7 123 64
Binary 11101010 110111 100001 0 1001100 1010110 1000 111 1010011 110100

Color Harmonies of #EA3721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3721

Black with #EA3721

Text Example


Text Example

White with #EA3721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3721; }

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

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

background-color css

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

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

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

border-color css

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

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

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