Html Css Color HEX #EA301F Cinnabar

📋 copy color: '#EA301F'

red 234 ◦ green 48 ◦ blue 31

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

Shades of Cinnabar #EA301F

Tints of Cinnabar #EA301F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.9%

R = 74.76%
G = 15.34%
B = 9.9%

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

#EA301F (or 0xEA301F) is known color: Cinnabar. HEX triplet: EA, 30 and 1F. RGB value is (234,48,31). Sum of RGB (Red+Green+Blue) = 234+48+31=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA301F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA301F is #15CFE0. Grayscale: #656565. Windows color (decimal): -1429473 or 2044138. OLE color: 2044138.

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

Color convert

RGB 234 48 31 -
CMYK 0 0.79 0.87 0.08
HSL 5.02º 0.83% 0.52% -
HSV(B) 5.02º 0.87% 0.92% -
XYZ 35.24 19.71 3.24 -
YUV 101.68 88.12 222.38 -
System Red Green Blue C M Y K H S L
Decimal 234 48 31 0 0.79 0.87 0.08 5.02 0.83 0.52
Hex EA 30 1F 0 4F 57 8 5 53 34
Octal 352 60 37 0 117 127 10 5 123 64
Binary 11101010 110000 11111 0 1001111 1010111 1000 101 1010011 110100

Color Harmonies of #EA301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA301F

Black with #EA301F

Text Example


Text Example

White with #EA301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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