Html Css Color HEX #DF0731 Crimson

📋 copy color: '#DF0731'

red 223 ◦ green 7 ◦ blue 49

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

Shades of Crimson #DF0731

Tints of Crimson #DF0731

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.51%

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

R = 79.93%
G = 2.51%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF0731 (or 0xDF0731) is known color: Crimson. HEX triplet: DF, 07 and 31. RGB value is (223,7,49). Sum of RGB (Red+Green+Blue) = 223+7+49=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0731 is #20F8CE. Grayscale: #4C4C4C. Windows color (decimal): -2160847 or 3213279. OLE color: 3213279.

HSL color Cylindrical-coordinate representation of color #DF0731: hue angle of 348.33º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0731 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 7 49 -
CMYK 0 0.97 0.78 0.13
HSL 348.33º 0.94% 0.45% -
HSV(B) 348.33º 0.97% 0.87% -
XYZ 31.06 16.06 4.37 -
YUV 76.37 112.56 232.58 -
System Red Green Blue C M Y K H S L
Decimal 223 7 49 0 0.97 0.78 0.13 348.33 0.94 0.45
Hex DF 7 31 0 61 4E D 15C 5E 2D
Octal 337 7 61 0 141 116 15 534 136 55
Binary 11011111 111 110001 0 1100001 1001110 1101 101011100 1011110 101101

Color Harmonies of #DF0731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0731

Black with #DF0731

Text Example


Text Example

White with #DF0731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0731; }

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

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

background-color css

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

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

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

border-color css

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

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

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