Html Css Color HEX #EA4A21 Cinnabar

📋 copy color: '#EA4A21'

red 234 ◦ green 74 ◦ blue 33

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

Shades of Cinnabar #EA4A21

Tints of Cinnabar #EA4A21

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.7%

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

R = 68.62%
G = 21.7%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA4A21 (or 0xEA4A21) is known color: Cinnabar. HEX triplet: EA, 4A and 21. RGB value is (234,74,33). Sum of RGB (Red+Green+Blue) = 234+74+33=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4A21 is #15B5DE. Grayscale: #757575. Windows color (decimal): -1422815 or 2181866. OLE color: 2181866.

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

Color convert

RGB 234 74 33 -
CMYK 0 0.68 0.86 0.08
HSL 12.24º 0.83% 0.52% -
HSV(B) 12.24º 0.86% 0.92% -
XYZ 36.65 22.5 3.85 -
YUV 117.17 80.51 211.33 -
System Red Green Blue C M Y K H S L
Decimal 234 74 33 0 0.68 0.86 0.08 12.24 0.83 0.52
Hex EA 4A 21 0 44 56 8 C 53 34
Octal 352 112 41 0 104 126 10 14 123 64
Binary 11101010 1001010 100001 0 1000100 1010110 1000 1100 1010011 110100

Color Harmonies of #EA4A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A21

Black with #EA4A21

Text Example


Text Example

White with #EA4A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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