Html Css Color HEX #DF1736 Crimson

📋 copy color: '#DF1736'

red 223 ◦ green 23 ◦ blue 54

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

Shades of Crimson #DF1736

Tints of Crimson #DF1736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.67%

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

R = 74.33%
G = 7.67%
B = 18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF1736 (or 0xDF1736) is known color: Crimson. HEX triplet: DF, 17 and 36. RGB value is (223,23,54). Sum of RGB (Red+Green+Blue) = 223+23+54=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1736 is #20E8C9. Grayscale: #565656. Windows color (decimal): -2156746 or 3545055. OLE color: 3545055.

HSL color Cylindrical-coordinate representation of color #DF1736: hue angle of 350.7º degrees, saturation: 0.81, 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 #DF1736 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 23 54 -
CMYK 0 0.90 0.76 0.13
HSL 350.7º 0.81% 0.48% -
HSV(B) 350.7º 0.9% 0.87% -
XYZ 31.4 16.57 5.03 -
YUV 86.33 109.76 225.48 -
System Red Green Blue C M Y K H S L
Decimal 223 23 54 0 0.90 0.76 0.13 350.7 0.81 0.48
Hex DF 17 36 0 5A 4C D 15F 51 30
Octal 337 27 66 0 132 114 15 537 121 60
Binary 11011111 10111 110110 0 1011010 1001100 1101 101011111 1010001 110000

Color Harmonies of #DF1736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1736

Black with #DF1736

Text Example


Text Example

White with #DF1736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1736; }

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

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

background-color css

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

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

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

border-color css

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

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

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