Html Css Color HEX #DF1A37 Crimson

📋 copy color: '#DF1A37'

red 223 ◦ green 26 ◦ blue 55

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

Shades of Crimson #DF1A37

Tints of Crimson #DF1A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.55%

 BLUE value IS 55 (21.88% from 255) = 18.09%

R = 73.36%
G = 8.55%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF1A37 (or 0xDF1A37) is known color: Crimson. HEX triplet: DF, 1A and 37. RGB value is (223,26,55). Sum of RGB (Red+Green+Blue) = 223+26+55=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1A37 is #20E5C8. Grayscale: #585858. Windows color (decimal): -2155977 or 3611359. OLE color: 3611359.

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

Color convert

RGB 223 26 55 -
CMYK 0 0.88 0.75 0.13
HSL 351.17º 0.79% 0.49% -
HSV(B) 351.17º 0.88% 0.87% -
XYZ 31.49 16.7 5.18 -
YUV 88.21 109.27 224.14 -
System Red Green Blue C M Y K H S L
Decimal 223 26 55 0 0.88 0.75 0.13 351.17 0.79 0.49
Hex DF 1A 37 0 58 4B D 15F 4F 31
Octal 337 32 67 0 130 113 15 537 117 61
Binary 11011111 11010 110111 0 1011000 1001011 1101 101011111 1001111 110001

Color Harmonies of #DF1A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1A37

Black with #DF1A37

Text Example


Text Example

White with #DF1A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1A37; }

 p { color: rgb(223,26,55); }

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

background-color css

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

 a { background-color: rgb(223,26,55); }

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

border-color css

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

 span { border-color: rgb(223,26,55); }

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