Html Css Color HEX #D30309 Venetian Red

📋 copy color: '#D30309'

red 211 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #D30309

Tints of Venetian Red #D30309

RGB

 RED value IS 211 (82.81% from 255) = 94.62%

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

 BLUE value IS 9 (3.91% from 255) = 4.04%

R = 94.62%
G = 1.35%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D30309 (or 0xD30309) is known color: Venetian Red. HEX triplet: D3, 03 and 09. RGB value is (211,3,9). Sum of RGB (Red+Green+Blue) = 211+3+9=223 (29% of max value = 765). Red value is 211 (82.81% from 255 or 94.62% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 211 - color contains mainly: red. Hex color #D30309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30309 is #2CFCF6. Grayscale: #424242. Windows color (decimal): -2948343 or 590803. OLE color: 590803.

HSL color Cylindrical-coordinate representation of color #D30309: hue angle of 358.27º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D30309 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 3 9 -
CMYK 0 0.99 0.96 0.17
HSL 358.27º 0.97% 0.42% -
HSV(B) 358.27º 0.99% 0.83% -
XYZ 26.95 13.93 1.53 -
YUV 65.88 95.91 231.51 -
System Red Green Blue C M Y K H S L
Decimal 211 3 9 0 0.99 0.96 0.17 358.27 0.97 0.42
Hex D3 3 9 0 63 60 11 166 61 2A
Octal 323 3 11 0 143 140 21 546 141 52
Binary 11010011 11 1001 0 1100011 1100000 10001 101100110 1100001 101010

Color Harmonies of #D30309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30309

Black with #D30309

Text Example


Text Example

White with #D30309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30309; }

 p { color: rgb(211,3,9); }

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

background-color css

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

 a { background-color: rgb(211,3,9); }

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

border-color css

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

 span { border-color: rgb(211,3,9); }

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