Html Css Color HEX #DF0131 Crimson

📋 copy color: '#DF0131'

red 223 ◦ green 1 ◦ blue 49

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

Shades of Crimson #DF0131

Tints of Crimson #DF0131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 49 (19.53% from 255) = 17.95%

R = 81.68%
G = 0.37%
B = 17.95%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF0131 (or 0xDF0131) is known color: Crimson. HEX triplet: DF, 01 and 31. RGB value is (223,1,49). Sum of RGB (Red+Green+Blue) = 223+1+49=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0131 is #20FECE. Grayscale: #484848. Windows color (decimal): -2162383 or 3211743. OLE color: 3211743.

HSL color Cylindrical-coordinate representation of color #DF0131: hue angle of 347.03º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0131 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 1 49 -
CMYK 0 1.00 0.78 0.13
HSL 347.03º 0.99% 0.44% -
HSV(B) 347.03º 1% 0.87% -
XYZ 31 15.93 4.35 -
YUV 72.85 114.55 235.1 -
System Red Green Blue C M Y K H S L
Decimal 223 1 49 0 1.00 0.78 0.13 347.03 0.99 0.44
Hex DF 1 31 0 64 4E D 15B 63 2C
Octal 337 1 61 0 144 116 15 533 143 54
Binary 11011111 1 110001 0 1100100 1001110 1101 101011011 1100011 101100

Color Harmonies of #DF0131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0131

Black with #DF0131

Text Example


Text Example

White with #DF0131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0131; }

 p { color: rgb(223,1,49); }

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

background-color css

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

 a { background-color: rgb(223,1,49); }

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

border-color css

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

 span { border-color: rgb(223,1,49); }

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