Html Css Color HEX #DF1048 Crimson

📋 copy color: '#DF1048'

red 223 ◦ green 16 ◦ blue 72

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

Shades of Crimson #DF1048

Tints of Crimson #DF1048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.14%

 BLUE value IS 72 (28.52% from 255) = 23.15%

R = 71.7%
G = 5.14%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF1048 (or 0xDF1048) is known color: Crimson. HEX triplet: DF, 10 and 48. RGB value is (223,16,72). Sum of RGB (Red+Green+Blue) = 223+16+72=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1048 is #20EFB7. Grayscale: #545454. Windows color (decimal): -2158520 or 4722911. OLE color: 4722911.

HSL color Cylindrical-coordinate representation of color #DF1048: hue angle of 343.77º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1048 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 16 72 -
CMYK 0 0.93 0.68 0.13
HSL 343.77º 0.87% 0.47% -
HSV(B) 343.77º 0.93% 0.87% -
XYZ 31.79 16.53 7.65 -
YUV 84.28 121.08 226.95 -
System Red Green Blue C M Y K H S L
Decimal 223 16 72 0 0.93 0.68 0.13 343.77 0.87 0.47
Hex DF 10 48 0 5D 44 D 158 57 2F
Octal 337 20 110 0 135 104 15 530 127 57
Binary 11011111 10000 1001000 0 1011101 1000100 1101 101011000 1010111 101111

Color Harmonies of #DF1048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1048

Black with #DF1048

Text Example


Text Example

White with #DF1048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1048; }

 p { color: rgb(223,16,72); }

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

background-color css

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

 a { background-color: rgb(223,16,72); }

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

border-color css

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

 span { border-color: rgb(223,16,72); }

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