Html Css Color HEX #D00313 Venetian Red

📋 copy color: '#D00313'

red 208 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #D00313

Tints of Venetian Red #D00313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.26%

R = 90.43%
G = 1.3%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D00313 (or 0xD00313) is known color: Venetian Red. HEX triplet: D0, 03 and 13. RGB value is (208,3,19). Sum of RGB (Red+Green+Blue) = 208+3+19=230 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.43% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 208 - color contains mainly: red. Hex color #D00313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00313 is #2FFCEC. Grayscale: #424242. Windows color (decimal): -3144941 or 1246160. OLE color: 1246160.

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

Color convert

RGB 208 3 19 -
CMYK 0 0.99 0.91 0.18
HSL 355.32º 0.97% 0.41% -
HSV(B) 355.32º 0.99% 0.82% -
XYZ 26.16 13.52 1.85 -
YUV 66.12 101.42 229.2 -
System Red Green Blue C M Y K H S L
Decimal 208 3 19 0 0.99 0.91 0.18 355.32 0.97 0.41
Hex D0 3 13 0 63 5B 12 163 61 29
Octal 320 3 23 0 143 133 22 543 141 51
Binary 11010000 11 10011 0 1100011 1011011 10010 101100011 1100001 101001

Color Harmonies of #D00313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00313

Black with #D00313

Text Example


Text Example

White with #D00313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00313; }

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

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

background-color css

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

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

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

border-color css

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

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

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