Html Css Color HEX #EA301E Cinnabar

📋 copy color: '#EA301E'

red 234 ◦ green 48 ◦ blue 30

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

Shades of Cinnabar #EA301E

Tints of Cinnabar #EA301E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.62%

R = 75%
G = 15.38%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA301E (or 0xEA301E) is known color: Cinnabar. HEX triplet: EA, 30 and 1E. RGB value is (234,48,30). Sum of RGB (Red+Green+Blue) = 234+48+30=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA301E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA301E is #15CFE1. Grayscale: #656565. Windows color (decimal): -1429474 or 1978602. OLE color: 1978602.

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

Color convert

RGB 234 48 30 -
CMYK 0 0.79 0.87 0.08
HSL 5.29º 0.83% 0.52% -
HSV(B) 5.29º 0.87% 0.92% -
XYZ 35.22 19.7 3.17 -
YUV 101.56 87.62 222.46 -
System Red Green Blue C M Y K H S L
Decimal 234 48 30 0 0.79 0.87 0.08 5.29 0.83 0.52
Hex EA 30 1E 0 4F 57 8 5 53 34
Octal 352 60 36 0 117 127 10 5 123 64
Binary 11101010 110000 11110 0 1001111 1010111 1000 101 1010011 110100

Color Harmonies of #EA301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA301E

Black with #EA301E

Text Example


Text Example

White with #EA301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA301E; }

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

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

background-color css

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

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

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

border-color css

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

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

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