Html Css Color HEX #DF1148 Crimson

📋 copy color: '#DF1148'

red 223 ◦ green 17 ◦ blue 72

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

Shades of Crimson #DF1148

Tints of Crimson #DF1148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.45%

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

R = 71.47%
G = 5.45%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF1148 (or 0xDF1148) is known color: Crimson. HEX triplet: DF, 11 and 48. RGB value is (223,17,72). Sum of RGB (Red+Green+Blue) = 223+17+72=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1148 is #20EEB7. Grayscale: #545454. Windows color (decimal): -2158264 or 4723167. OLE color: 4723167.

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

Color convert

RGB 223 17 72 -
CMYK 0 0.92 0.68 0.13
HSL 343.98º 0.86% 0.47% -
HSV(B) 343.98º 0.92% 0.87% -
XYZ 31.8 16.56 7.65 -
YUV 84.86 120.75 226.53 -
System Red Green Blue C M Y K H S L
Decimal 223 17 72 0 0.92 0.68 0.13 343.98 0.86 0.47
Hex DF 11 48 0 5C 44 D 158 56 2F
Octal 337 21 110 0 134 104 15 530 126 57
Binary 11011111 10001 1001000 0 1011100 1000100 1101 101011000 1010110 101111

Color Harmonies of #DF1148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1148

Black with #DF1148

Text Example


Text Example

White with #DF1148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1148; }

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

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

background-color css

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

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

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

border-color css

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

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

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