Html Css Color HEX #DF164C Crimson

📋 copy color: '#DF164C'

red 223 ◦ green 22 ◦ blue 76

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

Shades of Crimson #DF164C

Tints of Crimson #DF164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.85%

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

R = 69.47%
G = 6.85%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF164C (or 0xDF164C) is known color: Crimson. HEX triplet: DF, 16 and 4C. RGB value is (223,22,76). Sum of RGB (Red+Green+Blue) = 223+22+76=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF164C is #20E9B3. Grayscale: #585858. Windows color (decimal): -2156980 or 4986591. OLE color: 4986591.

HSL color Cylindrical-coordinate representation of color #DF164C: hue angle of 343.88º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF164C is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 22 76 -
CMYK 0 0.90 0.66 0.13
HSL 343.88º 0.82% 0.48% -
HSV(B) 343.88º 0.9% 0.87% -
XYZ 32.02 16.78 8.39 -
YUV 88.26 121.09 224.11 -
System Red Green Blue C M Y K H S L
Decimal 223 22 76 0 0.90 0.66 0.13 343.88 0.82 0.48
Hex DF 16 4C 0 5A 42 D 158 52 30
Octal 337 26 114 0 132 102 15 530 122 60
Binary 11011111 10110 1001100 0 1011010 1000010 1101 101011000 1010010 110000

Color Harmonies of #DF164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF164C

Black with #DF164C

Text Example


Text Example

White with #DF164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF164C; }

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

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

background-color css

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

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

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

border-color css

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

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

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