Html Css Color HEX #DF0715 Venetian Red

📋 copy color: '#DF0715'

red 223 ◦ green 7 ◦ blue 21

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

Shades of Venetian Red #DF0715

Tints of Venetian Red #DF0715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 88.84%
G = 2.79%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF0715 (or 0xDF0715) is known color: Venetian Red. HEX triplet: DF, 07 and 15. RGB value is (223,7,21). Sum of RGB (Red+Green+Blue) = 223+7+21=251 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.84% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0715 is #20F8EA. Grayscale: #494949. Windows color (decimal): -2160875 or 1378271. OLE color: 1378271.

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

Color convert

RGB 223 7 21 -
CMYK 0 0.97 0.91 0.13
HSL 356.11º 0.94% 0.45% -
HSV(B) 356.11º 0.97% 0.87% -
XYZ 30.64 15.89 2.16 -
YUV 73.18 98.56 234.86 -
System Red Green Blue C M Y K H S L
Decimal 223 7 21 0 0.97 0.91 0.13 356.11 0.94 0.45
Hex DF 7 15 0 61 5B D 164 5E 2D
Octal 337 7 25 0 141 133 15 544 136 55
Binary 11011111 111 10101 0 1100001 1011011 1101 101100100 1011110 101101

Color Harmonies of #DF0715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0715

Black with #DF0715

Text Example


Text Example

White with #DF0715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0715; }

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

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

background-color css

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

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

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

border-color css

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

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

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