Html Css Color HEX #DE173F Crimson

📋 copy color: '#DE173F'

red 222 ◦ green 23 ◦ blue 63

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

Shades of Crimson #DE173F

Tints of Crimson #DE173F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.45%

R = 72.08%
G = 7.47%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE173F (or 0xDE173F) is known color: Crimson. HEX triplet: DE, 17 and 3F. RGB value is (222,23,63). Sum of RGB (Red+Green+Blue) = 222+23+63=308 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.08% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 222 - color contains mainly: red. Hex color #DE173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE173F is #21E8C0. Grayscale: #575757. Windows color (decimal): -2222273 or 4134878. OLE color: 4134878.

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

Color convert

RGB 222 23 63 -
CMYK 0 0.90 0.72 0.13
HSL 347.94º 0.81% 0.48% -
HSV(B) 347.94º 0.9% 0.87% -
XYZ 31.33 16.5 6.24 -
YUV 87.06 114.43 224.25 -
System Red Green Blue C M Y K H S L
Decimal 222 23 63 0 0.90 0.72 0.13 347.94 0.81 0.48
Hex DE 17 3F 0 5A 48 D 15C 51 30
Octal 336 27 77 0 132 110 15 534 121 60
Binary 11011110 10111 111111 0 1011010 1001000 1101 101011100 1010001 110000

Color Harmonies of #DE173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE173F

Black with #DE173F

Text Example


Text Example

White with #DE173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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