Html Css Color HEX #E0162D Crimson

📋 copy color: '#E0162D'

red 224 ◦ green 22 ◦ blue 45

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

Shades of Crimson #E0162D

Tints of Crimson #E0162D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.46%

R = 76.98%
G = 7.56%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0162D (or 0xE0162D) is known color: Crimson. HEX triplet: E0, 16 and 2D. RGB value is (224,22,45). Sum of RGB (Red+Green+Blue) = 224+22+45=291 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.98% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 224 - color contains mainly: red. Hex color #E0162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0162D is #1FE9D2. Grayscale: #555555. Windows color (decimal): -2091475 or 2954976. OLE color: 2954976.

HSL color Cylindrical-coordinate representation of color #E0162D: hue angle of 353.17º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0162D is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 22 45 -
CMYK 0 0.90 0.80 0.12
HSL 353.17º 0.82% 0.48% -
HSV(B) 353.17º 0.9% 0.88% -
XYZ 31.5 16.61 4.03 -
YUV 85.02 105.42 227.13 -
System Red Green Blue C M Y K H S L
Decimal 224 22 45 0 0.90 0.80 0.12 353.17 0.82 0.48
Hex E0 16 2D 0 5A 50 C 161 52 30
Octal 340 26 55 0 132 120 14 541 122 60
Binary 11100000 10110 101101 0 1011010 1010000 1100 101100001 1010010 110000

Color Harmonies of #E0162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0162D

Black with #E0162D

Text Example


Text Example

White with #E0162D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0162D; }

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

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

background-color css

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

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

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

border-color css

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

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

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