Html Css Color HEX #EA1007 Red

📋 copy color: '#EA1007'

red 234 ◦ green 16 ◦ blue 7

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

Shades of Red #EA1007

Tints of Red #EA1007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.23%

 BLUE value IS 7 (3.13% from 255) = 2.72%

R = 91.05%
G = 6.23%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA1007 (or 0xEA1007) is known color: Red. HEX triplet: EA, 10 and 07. RGB value is (234,16,7). Sum of RGB (Red+Green+Blue) = 234+16+7=257 (34% of max value = 765). Red value is 234 (91.80% from 255 or 91.05% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1007 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1007 is #15EFF8. Grayscale: #505050. Windows color (decimal): -1437689 or 463082. OLE color: 463082.

HSL color Cylindrical-coordinate representation of color #EA1007: hue angle of 2.38º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA1007 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 16 7 -
CMYK 0 0.93 0.97 0.08
HSL 2.38º 0.94% 0.47% -
HSV(B) 2.38º 0.97% 0.92% -
XYZ 34.16 17.88 1.85 -
YUV 80.16 86.72 237.73 -
System Red Green Blue C M Y K H S L
Decimal 234 16 7 0 0.93 0.97 0.08 2.38 0.94 0.47
Hex EA 10 7 0 5D 61 8 2 5E 2F
Octal 352 20 7 0 135 141 10 2 136 57
Binary 11101010 10000 111 0 1011101 1100001 1000 10 1011110 101111

Color Harmonies of #EA1007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1007

Black with #EA1007

Text Example


Text Example

White with #EA1007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1007; }

 p { color: rgb(234,16,7); }

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

background-color css

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

 a { background-color: rgb(234,16,7); }

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

border-color css

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

 span { border-color: rgb(234,16,7); }

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