Html Css Color HEX #E61002 Red

📋 copy color: '#E61002'

red 230 ◦ green 16 ◦ blue 2

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

Shades of Red #E61002

Tints of Red #E61002

RGB

 RED value IS 230 (90.23% from 255) = 92.74%

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

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 92.74%
G = 6.45%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E61002 (or 0xE61002) is known color: Red. HEX triplet: E6, 10 and 02. RGB value is (230,16,2). Sum of RGB (Red+Green+Blue) = 230+16+2=248 (32% of max value = 765). Red value is 230 (90.23% from 255 or 92.74% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 230 - color contains mainly: red. Hex color #E61002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61002 is #19EFFD. Grayscale: #4E4E4E. Windows color (decimal): -1699838 or 135398. OLE color: 135398.

HSL color Cylindrical-coordinate representation of color #E61002: hue angle of 3.68º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E61002 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 16 2 -
CMYK 0 0.93 0.99 0.10
HSL 3.68º 0.98% 0.45% -
HSV(B) 3.68º 0.99% 0.9% -
XYZ 32.83 17.2 1.65 -
YUV 78.39 84.9 236.14 -
System Red Green Blue C M Y K H S L
Decimal 230 16 2 0 0.93 0.99 0.10 3.68 0.98 0.45
Hex E6 10 2 0 5D 63 A 4 62 2D
Octal 346 20 2 0 135 143 12 4 142 55
Binary 11100110 10000 10 0 1011101 1100011 1010 100 1100010 101101

Color Harmonies of #E61002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61002

Black with #E61002

Text Example


Text Example

White with #E61002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61002; }

 p { color: rgb(230,16,2); }

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

background-color css

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

 a { background-color: rgb(230,16,2); }

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

border-color css

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

 span { border-color: rgb(230,16,2); }

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