Html Css Color HEX #DF1848 Crimson

📋 copy color: '#DF1848'

red 223 ◦ green 24 ◦ blue 72

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

Shades of Crimson #DF1848

Tints of Crimson #DF1848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.52%

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

R = 69.91%
G = 7.52%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF1848 (or 0xDF1848) is known color: Crimson. HEX triplet: DF, 18 and 48. RGB value is (223,24,72). Sum of RGB (Red+Green+Blue) = 223+24+72=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1848 is #20E7B7. Grayscale: #585858. Windows color (decimal): -2156472 or 4724959. OLE color: 4724959.

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

Color convert

RGB 223 24 72 -
CMYK 0 0.89 0.68 0.13
HSL 345.53º 0.81% 0.48% -
HSV(B) 345.53º 0.89% 0.87% -
XYZ 31.93 16.81 7.69 -
YUV 88.97 118.43 223.6 -
System Red Green Blue C M Y K H S L
Decimal 223 24 72 0 0.89 0.68 0.13 345.53 0.81 0.48
Hex DF 18 48 0 59 44 D 15A 51 30
Octal 337 30 110 0 131 104 15 532 121 60
Binary 11011111 11000 1001000 0 1011001 1000100 1101 101011010 1010001 110000

Color Harmonies of #DF1848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1848

Black with #DF1848

Text Example


Text Example

White with #DF1848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1848; }

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

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

background-color css

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

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

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

border-color css

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

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

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