Html Css Color HEX #D00312 Venetian Red

📋 copy color: '#D00312'

red 208 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #D00312

Tints of Venetian Red #D00312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.86%

R = 90.83%
G = 1.31%
B = 7.86%

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

#D00312 (or 0xD00312) is known color: Venetian Red. HEX triplet: D0, 03 and 12. RGB value is (208,3,18). Sum of RGB (Red+Green+Blue) = 208+3+18=229 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.83% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 208 - color contains mainly: red. Hex color #D00312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00312 is #2FFCED. Grayscale: #424242. Windows color (decimal): -3144942 or 1180624. OLE color: 1180624.

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

Color convert

RGB 208 3 18 -
CMYK 0 0.99 0.91 0.18
HSL 355.61º 0.97% 0.41% -
HSV(B) 355.61º 0.99% 0.82% -
XYZ 26.15 13.52 1.8 -
YUV 66.01 100.92 229.28 -
System Red Green Blue C M Y K H S L
Decimal 208 3 18 0 0.99 0.91 0.18 355.61 0.97 0.41
Hex D0 3 12 0 63 5B 12 164 61 29
Octal 320 3 22 0 143 133 22 544 141 51
Binary 11010000 11 10010 0 1100011 1011011 10010 101100100 1100001 101001

Color Harmonies of #D00312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00312

Black with #D00312

Text Example


Text Example

White with #D00312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00312; }

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

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

background-color css

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

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

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

border-color css

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

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

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