Html Css Color HEX #DF1037 Crimson

📋 copy color: '#DF1037'

red 223 ◦ green 16 ◦ blue 55

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

Shades of Crimson #DF1037

Tints of Crimson #DF1037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.44%

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

R = 75.85%
G = 5.44%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF1037 (or 0xDF1037) is known color: Crimson. HEX triplet: DF, 10 and 37. RGB value is (223,16,55). Sum of RGB (Red+Green+Blue) = 223+16+55=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1037 is #20EFC8. Grayscale: #525252. Windows color (decimal): -2158537 or 3608799. OLE color: 3608799.

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

Color convert

RGB 223 16 55 -
CMYK 0 0.93 0.75 0.13
HSL 348.7º 0.87% 0.47% -
HSV(B) 348.7º 0.93% 0.87% -
XYZ 31.31 16.33 5.12 -
YUV 82.34 112.58 228.33 -
System Red Green Blue C M Y K H S L
Decimal 223 16 55 0 0.93 0.75 0.13 348.7 0.87 0.47
Hex DF 10 37 0 5D 4B D 15D 57 2F
Octal 337 20 67 0 135 113 15 535 127 57
Binary 11011111 10000 110111 0 1011101 1001011 1101 101011101 1010111 101111

Color Harmonies of #DF1037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1037

Black with #DF1037

Text Example


Text Example

White with #DF1037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1037; }

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

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

background-color css

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

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

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

border-color css

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

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

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