Html Css Color HEX #D00316 Venetian Red

📋 copy color: '#D00316'

red 208 ◦ green 3 ◦ blue 22

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

Shades of Venetian Red #D00316

Tints of Venetian Red #D00316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.44%

R = 89.27%
G = 1.29%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D00316 (or 0xD00316) is known color: Venetian Red. HEX triplet: D0, 03 and 16. RGB value is (208,3,22). Sum of RGB (Red+Green+Blue) = 208+3+22=233 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.27% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 208 - color contains mainly: red. Hex color #D00316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00316 is #2FFCE9. Grayscale: #424242. Windows color (decimal): -3144938 or 1442768. OLE color: 1442768.

HSL color Cylindrical-coordinate representation of color #D00316: hue angle of 354.44º 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 #D00316 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 3 22 -
CMYK 0 0.99 0.89 0.18
HSL 354.44º 0.97% 0.41% -
HSV(B) 354.44º 0.99% 0.82% -
XYZ 26.19 13.53 1.99 -
YUV 66.46 102.92 228.96 -
System Red Green Blue C M Y K H S L
Decimal 208 3 22 0 0.99 0.89 0.18 354.44 0.97 0.41
Hex D0 3 16 0 63 59 12 162 61 29
Octal 320 3 26 0 143 131 22 542 141 51
Binary 11010000 11 10110 0 1100011 1011001 10010 101100010 1100001 101001

Color Harmonies of #D00316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00316

Black with #D00316

Text Example


Text Example

White with #D00316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00316; }

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

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

background-color css

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

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

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

border-color css

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

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

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