Html Css Color HEX #D9030C Venetian Red

📋 copy color: '#D9030C'

red 217 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #D9030C

Tints of Venetian Red #D9030C

RGB

 RED value IS 217 (85.16% from 255) = 93.53%

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

 BLUE value IS 12 (5.08% from 255) = 5.17%

R = 93.53%
G = 1.29%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9030C (or 0xD9030C) is known color: Venetian Red. HEX triplet: D9, 03 and 0C. RGB value is (217,3,12). Sum of RGB (Red+Green+Blue) = 217+3+12=232 (30% of max value = 765). Red value is 217 (85.16% from 255 or 93.53% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 217 - color contains mainly: red. Hex color #D9030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9030C is #26FCF3. Grayscale: #444444. Windows color (decimal): -2555124 or 787417. OLE color: 787417.

HSL color Cylindrical-coordinate representation of color #D9030C: hue angle of 357.48º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9030C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 3 12 -
CMYK 0 0.99 0.94 0.15
HSL 357.48º 0.97% 0.43% -
HSV(B) 357.48º 0.99% 0.85% -
XYZ 28.71 14.84 1.7 -
YUV 68.01 96.4 234.27 -
System Red Green Blue C M Y K H S L
Decimal 217 3 12 0 0.99 0.94 0.15 357.48 0.97 0.43
Hex D9 3 C 0 63 5E F 165 61 2B
Octal 331 3 14 0 143 136 17 545 141 53
Binary 11011001 11 1100 0 1100011 1011110 1111 101100101 1100001 101011

Color Harmonies of #D9030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9030C

Black with #D9030C

Text Example


Text Example

White with #D9030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9030C; }

 p { color: rgb(217,3,12); }

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

background-color css

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

 a { background-color: rgb(217,3,12); }

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

border-color css

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

 span { border-color: rgb(217,3,12); }

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