Html Css Color HEX #E4160C Scarlet

📋 copy color: '#E4160C'

red 228 ◦ green 22 ◦ blue 12

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

Shades of Scarlet #E4160C

Tints of Scarlet #E4160C

RGB

 RED value IS 228 (89.45% from 255) = 87.02%

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

 BLUE value IS 12 (5.08% from 255) = 4.58%

R = 87.02%
G = 8.4%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E4160C (or 0xE4160C) is known color: Scarlet. HEX triplet: E4, 16 and 0C. RGB value is (228,22,12). Sum of RGB (Red+Green+Blue) = 228+22+12=262 (34% of max value = 765). Red value is 228 (89.45% from 255 or 87.02% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 228 - color contains mainly: red. Hex color #E4160C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4160C is #1BE9F3. Grayscale: #525252. Windows color (decimal): -1829364 or 792292. OLE color: 792292.

HSL color Cylindrical-coordinate representation of color #E4160C: hue angle of 2.78º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4160C is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 22 12 -
CMYK 0 0.90 0.95 0.11
HSL 2.78º 0.9% 0.47% -
HSV(B) 2.78º 0.95% 0.89% -
XYZ 32.35 17.09 1.94 -
YUV 82.45 88.25 231.81 -
System Red Green Blue C M Y K H S L
Decimal 228 22 12 0 0.90 0.95 0.11 2.78 0.9 0.47
Hex E4 16 C 0 5A 5F B 3 5A 2F
Octal 344 26 14 0 132 137 13 3 132 57
Binary 11100100 10110 1100 0 1011010 1011111 1011 11 1011010 101111

Color Harmonies of #E4160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4160C

Black with #E4160C

Text Example


Text Example

White with #E4160C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4160C; }

 p { color: rgb(228,22,12); }

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

background-color css

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

 a { background-color: rgb(228,22,12); }

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

border-color css

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

 span { border-color: rgb(228,22,12); }

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