Html Css Color HEX #DF1936 Crimson

📋 copy color: '#DF1936'

red 223 ◦ green 25 ◦ blue 54

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

Shades of Crimson #DF1936

Tints of Crimson #DF1936

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.28%

 BLUE value IS 54 (21.48% from 255) = 17.88%

R = 73.84%
G = 8.28%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF1936 (or 0xDF1936) is known color: Crimson. HEX triplet: DF, 19 and 36. RGB value is (223,25,54). Sum of RGB (Red+Green+Blue) = 223+25+54=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1936 is #20E6C9. Grayscale: #575757. Windows color (decimal): -2156234 or 3545567. OLE color: 3545567.

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

Color convert

RGB 223 25 54 -
CMYK 0 0.89 0.76 0.13
HSL 351.21º 0.8% 0.49% -
HSV(B) 351.21º 0.89% 0.87% -
XYZ 31.44 16.65 5.05 -
YUV 87.51 109.1 224.64 -
System Red Green Blue C M Y K H S L
Decimal 223 25 54 0 0.89 0.76 0.13 351.21 0.8 0.49
Hex DF 19 36 0 59 4C D 15F 50 31
Octal 337 31 66 0 131 114 15 537 120 61
Binary 11011111 11001 110110 0 1011001 1001100 1101 101011111 1010000 110001

Color Harmonies of #DF1936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1936

Black with #DF1936

Text Example


Text Example

White with #DF1936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1936; }

 p { color: rgb(223,25,54); }

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

background-color css

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

 a { background-color: rgb(223,25,54); }

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

border-color css

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

 span { border-color: rgb(223,25,54); }

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