Html Css Color HEX #E01D03 Scarlet

📋 copy color: '#E01D03'

red 224 ◦ green 29 ◦ blue 3

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

Shades of Scarlet #E01D03

Tints of Scarlet #E01D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 87.5%
G = 11.33%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E01D03 (or 0xE01D03) is known color: Scarlet. HEX triplet: E0, 1D and 03. RGB value is (224,29,3). Sum of RGB (Red+Green+Blue) = 224+29+3=256 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.5% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E01D03 is #1FE2FC. Grayscale: #545454. Windows color (decimal): -2089725 or 204256. OLE color: 204256.

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

Color convert

RGB 224 29 3 -
CMYK 0 0.87 0.99 0.12
HSL 7.06º 0.97% 0.45% -
HSV(B) 7.06º 0.99% 0.88% -
XYZ 31.2 16.73 1.67 -
YUV 84.34 82.1 227.61 -
System Red Green Blue C M Y K H S L
Decimal 224 29 3 0 0.87 0.99 0.12 7.06 0.97 0.45
Hex E0 1D 3 0 57 63 C 7 61 2D
Octal 340 35 3 0 127 143 14 7 141 55
Binary 11100000 11101 11 0 1010111 1100011 1100 111 1100001 101101

Color Harmonies of #E01D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D03

Black with #E01D03

Text Example


Text Example

White with #E01D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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