Html Css Color HEX #DF0319 Venetian Red

📋 copy color: '#DF0319'

red 223 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #DF0319

Tints of Venetian Red #DF0319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

 BLUE value IS 25 (10.16% from 255) = 9.96%

R = 88.84%
G = 1.2%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF0319 (or 0xDF0319) is known color: Venetian Red. HEX triplet: DF, 03 and 19. RGB value is (223,3,25). Sum of RGB (Red+Green+Blue) = 223+3+25=251 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.84% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0319 is #20FCE6. Grayscale: #474747. Windows color (decimal): -2161895 or 1639391. OLE color: 1639391.

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

Color convert

RGB 223 3 25 -
CMYK 0 0.99 0.89 0.13
HSL 354º 0.97% 0.44% -
HSV(B) 354º 0.99% 0.87% -
XYZ 30.64 15.82 2.36 -
YUV 71.29 101.89 236.21 -
System Red Green Blue C M Y K H S L
Decimal 223 3 25 0 0.99 0.89 0.13 354 0.97 0.44
Hex DF 3 19 0 63 59 D 162 61 2C
Octal 337 3 31 0 143 131 15 542 141 54
Binary 11011111 11 11001 0 1100011 1011001 1101 101100010 1100001 101100

Color Harmonies of #DF0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0319

Black with #DF0319

Text Example


Text Example

White with #DF0319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0319; }

 p { color: rgb(223,3,25); }

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

background-color css

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

 a { background-color: rgb(223,3,25); }

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

border-color css

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

 span { border-color: rgb(223,3,25); }

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