Html Css Color HEX #D00320 Venetian Red

📋 copy color: '#D00320'

red 208 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #D00320

Tints of Venetian Red #D00320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.17%

R = 85.6%
G = 1.23%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D00320 (or 0xD00320) is known color: Venetian Red. HEX triplet: D0, 03 and 20. RGB value is (208,3,32). Sum of RGB (Red+Green+Blue) = 208+3+32=243 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.60% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 208 - color contains mainly: red. Hex color #D00320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00320 is #2FFCDF. Grayscale: #434343. Windows color (decimal): -3144928 or 2098128. OLE color: 2098128.

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

Color convert

RGB 208 3 32 -
CMYK 0 0.99 0.85 0.18
HSL 351.51º 0.97% 0.41% -
HSV(B) 351.51º 0.99% 0.82% -
XYZ 26.31 13.58 2.6 -
YUV 67.6 107.92 228.14 -
System Red Green Blue C M Y K H S L
Decimal 208 3 32 0 0.99 0.85 0.18 351.51 0.97 0.41
Hex D0 3 20 0 63 55 12 160 61 29
Octal 320 3 40 0 143 125 22 540 141 51
Binary 11010000 11 100000 0 1100011 1010101 10010 101100000 1100001 101001

Color Harmonies of #D00320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00320

Black with #D00320

Text Example


Text Example

White with #D00320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00320; }

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

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

background-color css

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

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

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

border-color css

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

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

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