Html Css Color HEX #EA302F Cinnabar

📋 copy color: '#EA302F'

red 234 ◦ green 48 ◦ blue 47

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

Shades of Cinnabar #EA302F

Tints of Cinnabar #EA302F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.59%

 BLUE value IS 47 (18.75% from 255) = 14.29%

R = 71.12%
G = 14.59%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA302F (or 0xEA302F) is known color: Cinnabar. HEX triplet: EA, 30 and 2F. RGB value is (234,48,47). Sum of RGB (Red+Green+Blue) = 234+48+47=329 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.12% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 234 - color contains mainly: red. Hex color #EA302F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA302F is #15CFD0. Grayscale: #676767. Windows color (decimal): -1429457 or 3092714. OLE color: 3092714.

HSL color Cylindrical-coordinate representation of color #EA302F: hue angle of 0.32º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA302F is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 48 47 -
CMYK 0 0.79 0.80 0.08
HSL 0.32º 0.82% 0.55% -
HSV(B) 0.32º 0.8% 0.92% -
XYZ 35.5 19.81 4.64 -
YUV 103.5 96.12 221.08 -
System Red Green Blue C M Y K H S L
Decimal 234 48 47 0 0.79 0.80 0.08 0.32 0.82 0.55
Hex EA 30 2F 0 4F 50 8 0 52 37
Octal 352 60 57 0 117 120 10 0 122 67
Binary 11101010 110000 101111 0 1001111 1010000 1000 0 1010010 110111

Color Harmonies of #EA302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA302F

Black with #EA302F

Text Example


Text Example

White with #EA302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA302F; }

 p { color: rgb(234,48,47); }

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

background-color css

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

 a { background-color: rgb(234,48,47); }

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

border-color css

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

 span { border-color: rgb(234,48,47); }

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