Html Css Color HEX #E01606 Scarlet

📋 copy color: '#E01606'

red 224 ◦ green 22 ◦ blue 6

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

Shades of Scarlet #E01606

Tints of Scarlet #E01606

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.73%

 BLUE value IS 6 (2.73% from 255) = 2.38%

R = 88.89%
G = 8.73%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E01606 (or 0xE01606) is known color: Scarlet. HEX triplet: E0, 16 and 06. RGB value is (224,22,6). Sum of RGB (Red+Green+Blue) = 224+22+6=252 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.89% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 224 - color contains mainly: red. Hex color #E01606 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01606 is #1FE9F9. Grayscale: #505050. Windows color (decimal): -2091514 or 399072. OLE color: 399072.

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

Color convert

RGB 224 22 6 -
CMYK 0 0.90 0.97 0.12
HSL 4.4º 0.95% 0.45% -
HSV(B) 4.4º 0.97% 0.88% -
XYZ 31.06 16.43 1.71 -
YUV 80.57 85.92 230.3 -
System Red Green Blue C M Y K H S L
Decimal 224 22 6 0 0.90 0.97 0.12 4.4 0.95 0.45
Hex E0 16 6 0 5A 61 C 4 5F 2D
Octal 340 26 6 0 132 141 14 4 137 55
Binary 11100000 10110 110 0 1011010 1100001 1100 100 1011111 101101

Color Harmonies of #E01606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01606

Black with #E01606

Text Example


Text Example

White with #E01606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01606; }

 p { color: rgb(224,22,6); }

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

background-color css

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

 a { background-color: rgb(224,22,6); }

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

border-color css

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

 span { border-color: rgb(224,22,6); }

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