Html Css Color HEX #E61404 Scarlet

📋 copy color: '#E61404'

red 230 ◦ green 20 ◦ blue 4

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

Shades of Scarlet #E61404

Tints of Scarlet #E61404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

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

R = 90.55%
G = 7.87%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E61404 (or 0xE61404) is known color: Scarlet. HEX triplet: E6, 14 and 04. RGB value is (230,20,4). Sum of RGB (Red+Green+Blue) = 230+20+4=254 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.55% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 230 - color contains mainly: red. Hex color #E61404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61404 is #19EBFB. Grayscale: #515151. Windows color (decimal): -1698812 or 267494. OLE color: 267494.

HSL color Cylindrical-coordinate representation of color #E61404: hue angle of 4.25º 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 #E61404 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 20 4 -
CMYK 0 0.91 0.98 0.10
HSL 4.25º 0.97% 0.46% -
HSV(B) 4.25º 0.98% 0.9% -
XYZ 32.91 17.33 1.73 -
YUV 80.97 84.57 234.3 -
System Red Green Blue C M Y K H S L
Decimal 230 20 4 0 0.91 0.98 0.10 4.25 0.97 0.46
Hex E6 14 4 0 5B 62 A 4 61 2E
Octal 346 24 4 0 133 142 12 4 141 56
Binary 11100110 10100 100 0 1011011 1100010 1010 100 1100001 101110

Color Harmonies of #E61404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61404

Black with #E61404

Text Example


Text Example

White with #E61404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61404; }

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

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

background-color css

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

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

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

border-color css

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

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

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