Html Css Color HEX #DF1540 Crimson

📋 copy color: '#DF1540'

red 223 ◦ green 21 ◦ blue 64

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

Shades of Crimson #DF1540

Tints of Crimson #DF1540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.78%

R = 72.4%
G = 6.82%
B = 20.78%

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

#DF1540 (or 0xDF1540) is known color: Crimson. HEX triplet: DF, 15 and 40. RGB value is (223,21,64). Sum of RGB (Red+Green+Blue) = 223+21+64=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1540 is #20EABF. Grayscale: #565656. Windows color (decimal): -2157248 or 4199903. OLE color: 4199903.

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

Color convert

RGB 223 21 64 -
CMYK 0 0.91 0.71 0.13
HSL 347.23º 0.83% 0.48% -
HSV(B) 347.23º 0.91% 0.87% -
XYZ 31.63 16.59 6.39 -
YUV 86.3 115.42 225.5 -
System Red Green Blue C M Y K H S L
Decimal 223 21 64 0 0.91 0.71 0.13 347.23 0.83 0.48
Hex DF 15 40 0 5B 47 D 15B 53 30
Octal 337 25 100 0 133 107 15 533 123 60
Binary 11011111 10101 1000000 0 1011011 1000111 1101 101011011 1010011 110000

Color Harmonies of #DF1540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1540

Black with #DF1540

Text Example


Text Example

White with #DF1540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1540; }

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

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

background-color css

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

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

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

border-color css

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

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

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