Html Css Color HEX #E61204 Red

📋 copy color: '#E61204'

red 230 ◦ green 18 ◦ blue 4

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

Shades of Red #E61204

Tints of Red #E61204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.14%

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 91.27%
G = 7.14%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E61204 (or 0xE61204) is known color: Red. HEX triplet: E6, 12 and 04. RGB value is (230,18,4). Sum of RGB (Red+Green+Blue) = 230+18+4=252 (33% of max value = 765). Red value is 230 (90.23% from 255 or 91.27% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 230 - color contains mainly: red. Hex color #E61204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61204 is #19EDFB. Grayscale: #505050. Windows color (decimal): -1699324 or 266982. OLE color: 266982.

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

Color convert

RGB 230 18 4 -
CMYK 0 0.92 0.98 0.10
HSL 3.72º 0.97% 0.46% -
HSV(B) 3.72º 0.98% 0.9% -
XYZ 32.87 17.26 1.71 -
YUV 79.79 85.24 235.14 -
System Red Green Blue C M Y K H S L
Decimal 230 18 4 0 0.92 0.98 0.10 3.72 0.97 0.46
Hex E6 12 4 0 5C 62 A 4 61 2E
Octal 346 22 4 0 134 142 12 4 141 56
Binary 11100110 10010 100 0 1011100 1100010 1010 100 1100001 101110

Color Harmonies of #E61204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61204

Black with #E61204

Text Example


Text Example

White with #E61204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61204; }

 p { color: rgb(230,18,4); }

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

background-color css

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

 a { background-color: rgb(230,18,4); }

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

border-color css

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

 span { border-color: rgb(230,18,4); }

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