Html Css Color HEX #DF1248 Crimson

📋 copy color: '#DF1248'

red 223 ◦ green 18 ◦ blue 72

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

Shades of Crimson #DF1248

Tints of Crimson #DF1248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.75%

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

R = 71.25%
G = 5.75%
B = 23%

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

#DF1248 (or 0xDF1248) is known color: Crimson. HEX triplet: DF, 12 and 48. RGB value is (223,18,72). Sum of RGB (Red+Green+Blue) = 223+18+72=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1248 is #20EDB7. Grayscale: #555555. Windows color (decimal): -2158008 or 4723423. OLE color: 4723423.

HSL color Cylindrical-coordinate representation of color #DF1248: hue angle of 344.2º degrees, saturation: 0.85, 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 #DF1248 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 18 72 -
CMYK 0 0.92 0.68 0.13
HSL 344.2º 0.85% 0.47% -
HSV(B) 344.2º 0.92% 0.87% -
XYZ 31.82 16.59 7.66 -
YUV 85.45 120.42 226.11 -
System Red Green Blue C M Y K H S L
Decimal 223 18 72 0 0.92 0.68 0.13 344.2 0.85 0.47
Hex DF 12 48 0 5C 44 D 158 55 2F
Octal 337 22 110 0 134 104 15 530 125 57
Binary 11011111 10010 1001000 0 1011100 1000100 1101 101011000 1010101 101111

Color Harmonies of #DF1248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1248

Black with #DF1248

Text Example


Text Example

White with #DF1248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1248; }

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

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

background-color css

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

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

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

border-color css

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

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

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