Html Css Color HEX #DF194C Crimson

📋 copy color: '#DF194C'

red 223 ◦ green 25 ◦ blue 76

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

Shades of Crimson #DF194C

Tints of Crimson #DF194C

RGB

 RED value IS 223 (87.5% from 255) = 68.83%

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

 BLUE value IS 76 (30.08% from 255) = 23.46%

R = 68.83%
G = 7.72%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF194C (or 0xDF194C) is known color: Crimson. HEX triplet: DF, 19 and 4C. RGB value is (223,25,76). Sum of RGB (Red+Green+Blue) = 223+25+76=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF194C is #20E6B3. Grayscale: #5A5A5A. Windows color (decimal): -2156212 or 4987359. OLE color: 4987359.

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

Color convert

RGB 223 25 76 -
CMYK 0 0.89 0.66 0.13
HSL 344.55º 0.8% 0.49% -
HSV(B) 344.55º 0.89% 0.87% -
XYZ 32.08 16.91 8.41 -
YUV 90.02 120.1 222.85 -
System Red Green Blue C M Y K H S L
Decimal 223 25 76 0 0.89 0.66 0.13 344.55 0.8 0.49
Hex DF 19 4C 0 59 42 D 159 50 31
Octal 337 31 114 0 131 102 15 531 120 61
Binary 11011111 11001 1001100 0 1011001 1000010 1101 101011001 1010000 110001

Color Harmonies of #DF194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF194C

Black with #DF194C

Text Example


Text Example

White with #DF194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF194C; }

 p { color: rgb(223,25,76); }

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

background-color css

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

 a { background-color: rgb(223,25,76); }

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

border-color css

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

 span { border-color: rgb(223,25,76); }

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