Html Css Color HEX #DE173B Crimson

📋 copy color: '#DE173B'

red 222 ◦ green 23 ◦ blue 59

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

Shades of Crimson #DE173B

Tints of Crimson #DE173B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.41%

R = 73.03%
G = 7.57%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE173B (or 0xDE173B) is known color: Crimson. HEX triplet: DE, 17 and 3B. RGB value is (222,23,59). Sum of RGB (Red+Green+Blue) = 222+23+59=304 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.03% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 222 - color contains mainly: red. Hex color #DE173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE173B is #21E8C4. Grayscale: #565656. Windows color (decimal): -2222277 or 3872734. OLE color: 3872734.

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

Color convert

RGB 222 23 59 -
CMYK 0 0.90 0.73 0.13
HSL 349.15º 0.81% 0.48% -
HSV(B) 349.15º 0.9% 0.87% -
XYZ 31.22 16.46 5.67 -
YUV 86.61 112.43 224.57 -
System Red Green Blue C M Y K H S L
Decimal 222 23 59 0 0.90 0.73 0.13 349.15 0.81 0.48
Hex DE 17 3B 0 5A 49 D 15D 51 30
Octal 336 27 73 0 132 111 15 535 121 60
Binary 11011110 10111 111011 0 1011010 1001001 1101 101011101 1010001 110000

Color Harmonies of #DE173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE173B

Black with #DE173B

Text Example


Text Example

White with #DE173B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE173B; }

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

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

background-color css

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

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

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

border-color css

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

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

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