Html Css Color HEX #DF1842 Crimson

📋 copy color: '#DF1842'

red 223 ◦ green 24 ◦ blue 66

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

Shades of Crimson #DF1842

Tints of Crimson #DF1842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.09%

R = 71.25%
G = 7.67%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF1842 (or 0xDF1842) is known color: Crimson. HEX triplet: DF, 18 and 42. RGB value is (223,24,66). Sum of RGB (Red+Green+Blue) = 223+24+66=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1842 is #20E7BD. Grayscale: #585858. Windows color (decimal): -2156478 or 4331743. OLE color: 4331743.

HSL color Cylindrical-coordinate representation of color #DF1842: hue angle of 347.34º 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 #DF1842 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 24 66 -
CMYK 0 0.89 0.70 0.13
HSL 347.34º 0.81% 0.48% -
HSV(B) 347.34º 0.89% 0.87% -
XYZ 31.74 16.73 6.71 -
YUV 88.29 115.43 224.08 -
System Red Green Blue C M Y K H S L
Decimal 223 24 66 0 0.89 0.70 0.13 347.34 0.81 0.48
Hex DF 18 42 0 59 46 D 15B 51 30
Octal 337 30 102 0 131 106 15 533 121 60
Binary 11011111 11000 1000010 0 1011001 1000110 1101 101011011 1010001 110000

Color Harmonies of #DF1842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1842

Black with #DF1842

Text Example


Text Example

White with #DF1842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1842; }

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

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

background-color css

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

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

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

border-color css

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

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

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