Html Css Color HEX #E62004 Scarlet

📋 copy color: '#E62004'

red 230 ◦ green 32 ◦ blue 4

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

Shades of Scarlet #E62004

Tints of Scarlet #E62004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.03%

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

R = 86.47%
G = 12.03%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E62004 (or 0xE62004) is known color: Scarlet. HEX triplet: E6, 20 and 04. RGB value is (230,32,4). Sum of RGB (Red+Green+Blue) = 230+32+4=266 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.47% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 230 - color contains mainly: red. Hex color #E62004 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62004 is #19DFFB. Grayscale: #585858. Windows color (decimal): -1695740 or 270566. OLE color: 270566.

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

Color convert

RGB 230 32 4 -
CMYK 0 0.86 0.98 0.10
HSL 7.43º 0.97% 0.46% -
HSV(B) 7.43º 0.98% 0.9% -
XYZ 33.17 17.86 1.81 -
YUV 88.01 80.6 229.28 -
System Red Green Blue C M Y K H S L
Decimal 230 32 4 0 0.86 0.98 0.10 7.43 0.97 0.46
Hex E6 20 4 0 56 62 A 7 61 2E
Octal 346 40 4 0 126 142 12 7 141 56
Binary 11100110 100000 100 0 1010110 1100010 1010 111 1100001 101110

Color Harmonies of #E62004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62004

Black with #E62004

Text Example


Text Example

White with #E62004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62004; }

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

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

background-color css

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

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

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

border-color css

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

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

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