Html Css Color HEX #DF1639 Crimson

📋 copy color: '#DF1639'

red 223 ◦ green 22 ◦ blue 57

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

Shades of Crimson #DF1639

Tints of Crimson #DF1639

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.28%

 BLUE value IS 57 (22.66% from 255) = 18.87%

R = 73.84%
G = 7.28%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF1639 (or 0xDF1639) is known color: Crimson. HEX triplet: DF, 16 and 39. RGB value is (223,22,57). Sum of RGB (Red+Green+Blue) = 223+22+57=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1639 is #20E9C6. Grayscale: #565656. Windows color (decimal): -2156999 or 3741407. OLE color: 3741407.

HSL color Cylindrical-coordinate representation of color #DF1639: hue angle of 349.55º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1639 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 22 57 -
CMYK 0 0.90 0.74 0.13
HSL 349.55º 0.82% 0.48% -
HSV(B) 349.55º 0.9% 0.87% -
XYZ 31.46 16.56 5.41 -
YUV 86.09 111.59 225.65 -
System Red Green Blue C M Y K H S L
Decimal 223 22 57 0 0.90 0.74 0.13 349.55 0.82 0.48
Hex DF 16 39 0 5A 4A D 15E 52 30
Octal 337 26 71 0 132 112 15 536 122 60
Binary 11011111 10110 111001 0 1011010 1001010 1101 101011110 1010010 110000

Color Harmonies of #DF1639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1639

Black with #DF1639

Text Example


Text Example

White with #DF1639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1639; }

 p { color: rgb(223,22,57); }

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

background-color css

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

 a { background-color: rgb(223,22,57); }

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

border-color css

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

 span { border-color: rgb(223,22,57); }

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