Html Css Color HEX #E01D04 Scarlet

📋 copy color: '#E01D04'

red 224 ◦ green 29 ◦ blue 4

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

Shades of Scarlet #E01D04

Tints of Scarlet #E01D04

RGB

 RED value IS 224 (87.89% from 255) = 87.16%

 GREEN value IS 29 (11.72% from 255) = 11.28%

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

R = 87.16%
G = 11.28%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E01D04 (or 0xE01D04) is known color: Scarlet. HEX triplet: E0, 1D and 04. RGB value is (224,29,4). Sum of RGB (Red+Green+Blue) = 224+29+4=257 (34% of max value = 765). Red value is 224 (87.89% from 255 or 87.16% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E01D04 is #1FE2FB. Grayscale: #545454. Windows color (decimal): -2089724 or 269792. OLE color: 269792.

HSL color Cylindrical-coordinate representation of color #E01D04: hue angle of 6.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E01D04 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 29 4 -
CMYK 0 0.87 0.98 0.12
HSL 6.82º 0.96% 0.45% -
HSV(B) 6.82º 0.98% 0.88% -
XYZ 31.2 16.73 1.7 -
YUV 84.46 82.6 227.53 -
System Red Green Blue C M Y K H S L
Decimal 224 29 4 0 0.87 0.98 0.12 6.82 0.96 0.45
Hex E0 1D 4 0 57 62 C 7 60 2D
Octal 340 35 4 0 127 142 14 7 140 55
Binary 11100000 11101 100 0 1010111 1100010 1100 111 1100000 101101

Color Harmonies of #E01D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D04

Black with #E01D04

Text Example


Text Example

White with #E01D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D04; }

 p { color: rgb(224,29,4); }

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

background-color css

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

 a { background-color: rgb(224,29,4); }

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

border-color css

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

 span { border-color: rgb(224,29,4); }

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