Html Css Color HEX #DF194B Crimson

📋 copy color: '#DF194B'

red 223 ◦ green 25 ◦ blue 75

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

Shades of Crimson #DF194B

Tints of Crimson #DF194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.22%

R = 69.04%
G = 7.74%
B = 23.22%

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

#DF194B (or 0xDF194B) is known color: Crimson. HEX triplet: DF, 19 and 4B. RGB value is (223,25,75). Sum of RGB (Red+Green+Blue) = 223+25+75=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF194B is #20E6B4. Grayscale: #595959. Windows color (decimal): -2156213 or 4921823. OLE color: 4921823.

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

Color convert

RGB 223 25 75 -
CMYK 0 0.89 0.66 0.13
HSL 344.85º 0.8% 0.49% -
HSV(B) 344.85º 0.89% 0.87% -
XYZ 32.05 16.89 8.23 -
YUV 89.9 119.6 222.93 -
System Red Green Blue C M Y K H S L
Decimal 223 25 75 0 0.89 0.66 0.13 344.85 0.8 0.49
Hex DF 19 4B 0 59 42 D 159 50 31
Octal 337 31 113 0 131 102 15 531 120 61
Binary 11011111 11001 1001011 0 1011001 1000010 1101 101011001 1010000 110001

Color Harmonies of #DF194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF194B

Black with #DF194B

Text Example


Text Example

White with #DF194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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