Html Css Color HEX #DE193B Crimson

📋 copy color: '#DE193B'

red 222 ◦ green 25 ◦ blue 59

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

Shades of Crimson #DE193B

Tints of Crimson #DE193B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

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

R = 72.55%
G = 8.17%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE193B (or 0xDE193B) is known color: Crimson. HEX triplet: DE, 19 and 3B. RGB value is (222,25,59). Sum of RGB (Red+Green+Blue) = 222+25+59=306 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.55% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 222 - color contains mainly: red. Hex color #DE193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE193B is #21E6C4. Grayscale: #575757. Windows color (decimal): -2221765 or 3873246. OLE color: 3873246.

HSL color Cylindrical-coordinate representation of color #DE193B: hue angle of 349.64º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE193B is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 25 59 -
CMYK 0 0.89 0.73 0.13
HSL 349.64º 0.8% 0.48% -
HSV(B) 349.64º 0.89% 0.87% -
XYZ 31.26 16.54 5.68 -
YUV 87.78 111.77 223.74 -
System Red Green Blue C M Y K H S L
Decimal 222 25 59 0 0.89 0.73 0.13 349.64 0.8 0.48
Hex DE 19 3B 0 59 49 D 15E 50 30
Octal 336 31 73 0 131 111 15 536 120 60
Binary 11011110 11001 111011 0 1011001 1001001 1101 101011110 1010000 110000

Color Harmonies of #DE193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE193B

Black with #DE193B

Text Example


Text Example

White with #DE193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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