Html Css Color HEX #DE172E Crimson

📋 copy color: '#DE172E'

red 222 ◦ green 23 ◦ blue 46

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

Shades of Crimson #DE172E

Tints of Crimson #DE172E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 76.29%
G = 7.9%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE172E (or 0xDE172E) is known color: Crimson. HEX triplet: DE, 17 and 2E. RGB value is (222,23,46). Sum of RGB (Red+Green+Blue) = 222+23+46=291 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.29% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 222 - color contains mainly: red. Hex color #DE172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE172E is #21E8D1. Grayscale: #555555. Windows color (decimal): -2222290 or 3020766. OLE color: 3020766.

HSL color Cylindrical-coordinate representation of color #DE172E: hue angle of 353.07º 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 #DE172E is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 23 46 -
CMYK 0 0.90 0.79 0.13
HSL 353.07º 0.81% 0.48% -
HSV(B) 353.07º 0.9% 0.87% -
XYZ 30.92 16.34 4.11 -
YUV 85.12 105.93 225.63 -
System Red Green Blue C M Y K H S L
Decimal 222 23 46 0 0.90 0.79 0.13 353.07 0.81 0.48
Hex DE 17 2E 0 5A 4F D 161 51 30
Octal 336 27 56 0 132 117 15 541 121 60
Binary 11011110 10111 101110 0 1011010 1001111 1101 101100001 1010001 110000

Color Harmonies of #DE172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE172E

Black with #DE172E

Text Example


Text Example

White with #DE172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE172E; }

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

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

background-color css

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

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

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

border-color css

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

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

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