Html Css Color HEX #EA0F01 Red

📋 copy color: '#EA0F01'

red 234 ◦ green 15 ◦ blue 1

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

Shades of Red #EA0F01

Tints of Red #EA0F01

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 93.6%
G = 6%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA0F01 (or 0xEA0F01) is known color: Red. HEX triplet: EA, 0F and 01. RGB value is (234,15,1). Sum of RGB (Red+Green+Blue) = 234+15+1=250 (33% of max value = 765). Red value is 234 (91.80% from 255 or 93.6% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0F01 is #15F0FE. Grayscale: #4F4F4F. Windows color (decimal): -1437951 or 69610. OLE color: 69610.

HSL color Cylindrical-coordinate representation of color #EA0F01: hue angle of 3.61º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0F01 is Cyan = 0, Magento = 0.94, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 15 1 -
CMYK 0 0.94 1.00 0.08
HSL 3.61º 0.99% 0.46% -
HSV(B) 3.61º 1% 0.92% -
XYZ 34.11 17.84 1.67 -
YUV 78.89 84.05 238.64 -
System Red Green Blue C M Y K H S L
Decimal 234 15 1 0 0.94 1.00 0.08 3.61 0.99 0.46
Hex EA F 1 0 5E 64 8 4 63 2E
Octal 352 17 1 0 136 144 10 4 143 56
Binary 11101010 1111 1 0 1011110 1100100 1000 100 1100011 101110

Color Harmonies of #EA0F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0F01

Black with #EA0F01

Text Example


Text Example

White with #EA0F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0F01; }

 p { color: rgb(234,15,1); }

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

background-color css

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

 a { background-color: rgb(234,15,1); }

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

border-color css

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

 span { border-color: rgb(234,15,1); }

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