Html Css Color HEX #EA4334 Cinnabar

📋 copy color: '#EA4334'

red 234 ◦ green 67 ◦ blue 52

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

Shades of Cinnabar #EA4334

Tints of Cinnabar #EA4334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.98%

 BLUE value IS 52 (20.7% from 255) = 14.73%

R = 66.29%
G = 18.98%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA4334 (or 0xEA4334) is known color: Cinnabar. HEX triplet: EA, 43 and 34. RGB value is (234,67,52). Sum of RGB (Red+Green+Blue) = 234+67+52=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4334 is #15BCCB. Grayscale: #737373. Windows color (decimal): -1424588 or 3425258. OLE color: 3425258.

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

Color convert

RGB 234 67 52 -
CMYK 0 0.71 0.78 0.08
HSL 4.95º 0.81% 0.56% -
HSV(B) 4.95º 0.78% 0.92% -
XYZ 36.56 21.75 5.52 -
YUV 115.22 92.33 212.72 -
System Red Green Blue C M Y K H S L
Decimal 234 67 52 0 0.71 0.78 0.08 4.95 0.81 0.56
Hex EA 43 34 0 47 4E 8 5 51 38
Octal 352 103 64 0 107 116 10 5 121 70
Binary 11101010 1000011 110100 0 1000111 1001110 1000 101 1010001 111000

Color Harmonies of #EA4334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4334

Black with #EA4334

Text Example


Text Example

White with #EA4334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4334; }

 p { color: rgb(234,67,52); }

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

background-color css

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

 a { background-color: rgb(234,67,52); }

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

border-color css

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

 span { border-color: rgb(234,67,52); }

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