Html Css Color HEX #DE194A Crimson

📋 copy color: '#DE194A'

red 222 ◦ green 25 ◦ blue 74

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

Shades of Crimson #DE194A

Tints of Crimson #DE194A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.05%

R = 69.16%
G = 7.79%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE194A (or 0xDE194A) is known color: Crimson. HEX triplet: DE, 19 and 4A. RGB value is (222,25,74). Sum of RGB (Red+Green+Blue) = 222+25+74=321 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.16% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 222 - color contains mainly: red. Hex color #DE194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE194A is #21E6B5. Grayscale: #595959. Windows color (decimal): -2221750 or 4856286. OLE color: 4856286.

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

Color convert

RGB 222 25 74 -
CMYK 0 0.89 0.67 0.13
HSL 345.08º 0.8% 0.48% -
HSV(B) 345.08º 0.89% 0.87% -
XYZ 31.71 16.72 8.03 -
YUV 89.49 119.27 222.52 -
System Red Green Blue C M Y K H S L
Decimal 222 25 74 0 0.89 0.67 0.13 345.08 0.8 0.48
Hex DE 19 4A 0 59 43 D 159 50 30
Octal 336 31 112 0 131 103 15 531 120 60
Binary 11011110 11001 1001010 0 1011001 1000011 1101 101011001 1010000 110000

Color Harmonies of #DE194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE194A

Black with #DE194A

Text Example


Text Example

White with #DE194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE194A; }

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

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

background-color css

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

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

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

border-color css

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

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

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