Html Css Color HEX #DE172C Crimson

📋 copy color: '#DE172C'

red 222 ◦ green 23 ◦ blue 44

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

Shades of Crimson #DE172C

Tints of Crimson #DE172C

RGB

 RED value IS 222 (87.11% from 255) = 76.82%

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

 BLUE value IS 44 (17.58% from 255) = 15.22%

R = 76.82%
G = 7.96%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE172C (or 0xDE172C) is known color: Crimson. HEX triplet: DE, 17 and 2C. RGB value is (222,23,44). Sum of RGB (Red+Green+Blue) = 222+23+44=289 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.82% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 222 - color contains mainly: red. Hex color #DE172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE172C is #21E8D3. Grayscale: #555555. Windows color (decimal): -2222292 or 2889694. OLE color: 2889694.

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

Color convert

RGB 222 23 44 -
CMYK 0 0.90 0.80 0.13
HSL 353.67º 0.81% 0.48% -
HSV(B) 353.67º 0.9% 0.87% -
XYZ 30.89 16.32 3.91 -
YUV 84.9 104.93 225.79 -
System Red Green Blue C M Y K H S L
Decimal 222 23 44 0 0.90 0.80 0.13 353.67 0.81 0.48
Hex DE 17 2C 0 5A 50 D 162 51 30
Octal 336 27 54 0 132 120 15 542 121 60
Binary 11011110 10111 101100 0 1011010 1010000 1101 101100010 1010001 110000

Color Harmonies of #DE172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE172C

Black with #DE172C

Text Example


Text Example

White with #DE172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE172C; }

 p { color: rgb(222,23,44); }

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

background-color css

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

 a { background-color: rgb(222,23,44); }

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

border-color css

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

 span { border-color: rgb(222,23,44); }

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