Html Css Color HEX #D0030B Venetian Red

📋 copy color: '#D0030B'

red 208 ◦ green 3 ◦ blue 11

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

Shades of Venetian Red #D0030B

Tints of Venetian Red #D0030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.95%

R = 93.69%
G = 1.35%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0030B (or 0xD0030B) is known color: Venetian Red. HEX triplet: D0, 03 and 0B. RGB value is (208,3,11). Sum of RGB (Red+Green+Blue) = 208+3+11=222 (29% of max value = 765). Red value is 208 (81.64% from 255 or 93.69% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 208 - color contains mainly: red. Hex color #D0030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0030B is #2FFCF4. Grayscale: #414141. Windows color (decimal): -3144949 or 721872. OLE color: 721872.

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

Color convert

RGB 208 3 11 -
CMYK 0 0.99 0.95 0.18
HSL 357.66º 0.97% 0.41% -
HSV(B) 357.66º 0.99% 0.82% -
XYZ 26.11 13.5 1.55 -
YUV 65.21 97.42 229.85 -
System Red Green Blue C M Y K H S L
Decimal 208 3 11 0 0.99 0.95 0.18 357.66 0.97 0.41
Hex D0 3 B 0 63 5F 12 166 61 29
Octal 320 3 13 0 143 137 22 546 141 51
Binary 11010000 11 1011 0 1100011 1011111 10010 101100110 1100001 101001

Color Harmonies of #D0030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0030B

Black with #D0030B

Text Example


Text Example

White with #D0030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0030B; }

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

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

background-color css

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

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

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

border-color css

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

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

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