Html Css Color HEX #E0172D Crimson

📋 copy color: '#E0172D'

red 224 ◦ green 23 ◦ blue 45

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

Shades of Crimson #E0172D

Tints of Crimson #E0172D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.88%

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

R = 76.71%
G = 7.88%
B = 15.41%

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

#E0172D (or 0xE0172D) is known color: Crimson. HEX triplet: E0, 17 and 2D. RGB value is (224,23,45). Sum of RGB (Red+Green+Blue) = 224+23+45=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E0172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0172D is #1FE8D2. Grayscale: #555555. Windows color (decimal): -2091219 or 2955232. OLE color: 2955232.

HSL color Cylindrical-coordinate representation of color #E0172D: hue angle of 353.43º degrees, saturation: 0.81, 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 #E0172D is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 23 45 -
CMYK 0 0.90 0.80 0.12
HSL 353.43º 0.81% 0.48% -
HSV(B) 353.43º 0.9% 0.88% -
XYZ 31.52 16.65 4.03 -
YUV 85.61 105.09 226.71 -
System Red Green Blue C M Y K H S L
Decimal 224 23 45 0 0.90 0.80 0.12 353.43 0.81 0.48
Hex E0 17 2D 0 5A 50 C 161 51 30
Octal 340 27 55 0 132 120 14 541 121 60
Binary 11100000 10111 101101 0 1011010 1010000 1100 101100001 1010001 110000

Color Harmonies of #E0172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0172D

Black with #E0172D

Text Example


Text Example

White with #E0172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0172D; }

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

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

background-color css

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

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

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

border-color css

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

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

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