Html Css Color HEX #DF1041 Crimson

📋 copy color: '#DF1041'

red 223 ◦ green 16 ◦ blue 65

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

Shades of Crimson #DF1041

Tints of Crimson #DF1041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.38%

R = 73.36%
G = 5.26%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF1041 (or 0xDF1041) is known color: Crimson. HEX triplet: DF, 10 and 41. RGB value is (223,16,65). Sum of RGB (Red+Green+Blue) = 223+16+65=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1041 is #20EFBE. Grayscale: #535353. Windows color (decimal): -2158527 or 4264159. OLE color: 4264159.

HSL color Cylindrical-coordinate representation of color #DF1041: hue angle of 345.8º 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 #DF1041 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 16 65 -
CMYK 0 0.93 0.71 0.13
HSL 345.8º 0.87% 0.47% -
HSV(B) 345.8º 0.93% 0.87% -
XYZ 31.57 16.44 6.51 -
YUV 83.48 117.58 227.52 -
System Red Green Blue C M Y K H S L
Decimal 223 16 65 0 0.93 0.71 0.13 345.8 0.87 0.47
Hex DF 10 41 0 5D 47 D 15A 57 2F
Octal 337 20 101 0 135 107 15 532 127 57
Binary 11011111 10000 1000001 0 1011101 1000111 1101 101011010 1010111 101111

Color Harmonies of #DF1041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1041

Black with #DF1041

Text Example


Text Example

White with #DF1041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1041; }

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

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

background-color css

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

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

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

border-color css

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

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

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