Html Css Color HEX #DE193C Crimson

📋 copy color: '#DE193C'

red 222 ◦ green 25 ◦ blue 60

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

Shades of Crimson #DE193C

Tints of Crimson #DE193C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.54%

R = 72.31%
G = 8.14%
B = 19.54%

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

#DE193C (or 0xDE193C) is known color: Crimson. HEX triplet: DE, 19 and 3C. RGB value is (222,25,60). Sum of RGB (Red+Green+Blue) = 222+25+60=307 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.31% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 222 - color contains mainly: red. Hex color #DE193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE193C is #21E6C3. Grayscale: #575757. Windows color (decimal): -2221764 or 3938782. OLE color: 3938782.

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

Color convert

RGB 222 25 60 -
CMYK 0 0.89 0.73 0.13
HSL 349.34º 0.8% 0.48% -
HSV(B) 349.34º 0.89% 0.87% -
XYZ 31.29 16.55 5.82 -
YUV 87.89 112.27 223.65 -
System Red Green Blue C M Y K H S L
Decimal 222 25 60 0 0.89 0.73 0.13 349.34 0.8 0.48
Hex DE 19 3C 0 59 49 D 15D 50 30
Octal 336 31 74 0 131 111 15 535 120 60
Binary 11011110 11001 111100 0 1011001 1001001 1101 101011101 1010000 110000

Color Harmonies of #DE193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE193C

Black with #DE193C

Text Example


Text Example

White with #DE193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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