Html Css Color HEX #D00319 Venetian Red

📋 copy color: '#D00319'

red 208 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #D00319

Tints of Venetian Red #D00319

RGB

 RED value IS 208 (81.64% from 255) = 88.14%

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

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

R = 88.14%
G = 1.27%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D00319 (or 0xD00319) is known color: Venetian Red. HEX triplet: D0, 03 and 19. RGB value is (208,3,25). Sum of RGB (Red+Green+Blue) = 208+3+25=236 (31% of max value = 765). Red value is 208 (81.64% from 255 or 88.14% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 208 - color contains mainly: red. Hex color #D00319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00319 is #2FFCE6. Grayscale: #424242. Windows color (decimal): -3144935 or 1639376. OLE color: 1639376.

HSL color Cylindrical-coordinate representation of color #D00319: hue angle of 353.56º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00319 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 3 25 -
CMYK 0 0.99 0.88 0.18
HSL 353.56º 0.97% 0.41% -
HSV(B) 353.56º 0.99% 0.82% -
XYZ 26.22 13.55 2.15 -
YUV 66.8 104.42 228.71 -
System Red Green Blue C M Y K H S L
Decimal 208 3 25 0 0.99 0.88 0.18 353.56 0.97 0.41
Hex D0 3 19 0 63 58 12 162 61 29
Octal 320 3 31 0 143 130 22 542 141 51
Binary 11010000 11 11001 0 1100011 1011000 10010 101100010 1100001 101001

Color Harmonies of #D00319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00319

Black with #D00319

Text Example


Text Example

White with #D00319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00319; }

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

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

background-color css

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

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

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

border-color css

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

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

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