Html Css Color HEX #DF1541 Crimson

📋 copy color: '#DF1541'

red 223 ◦ green 21 ◦ blue 65

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

Shades of Crimson #DF1541

Tints of Crimson #DF1541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.8%

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

R = 72.17%
G = 6.8%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF1541 (or 0xDF1541) is known color: Crimson. HEX triplet: DF, 15 and 41. RGB value is (223,21,65). Sum of RGB (Red+Green+Blue) = 223+21+65=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1541 is #20EABE. Grayscale: #565656. Windows color (decimal): -2157247 or 4265439. OLE color: 4265439.

HSL color Cylindrical-coordinate representation of color #DF1541: hue angle of 346.93º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF1541 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 21 65 -
CMYK 0 0.91 0.71 0.13
HSL 346.93º 0.83% 0.48% -
HSV(B) 346.93º 0.91% 0.87% -
XYZ 31.65 16.61 6.54 -
YUV 86.41 115.92 225.42 -
System Red Green Blue C M Y K H S L
Decimal 223 21 65 0 0.91 0.71 0.13 346.93 0.83 0.48
Hex DF 15 41 0 5B 47 D 15B 53 30
Octal 337 25 101 0 133 107 15 533 123 60
Binary 11011111 10101 1000001 0 1011011 1000111 1101 101011011 1010011 110000

Color Harmonies of #DF1541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1541

Black with #DF1541

Text Example


Text Example

White with #DF1541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1541; }

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

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

background-color css

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

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

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

border-color css

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

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

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