Html Css Color HEX #D9030A Venetian Red

📋 copy color: '#D9030A'

red 217 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #D9030A

Tints of Venetian Red #D9030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.35%

R = 94.35%
G = 1.3%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9030A (or 0xD9030A) is known color: Venetian Red. HEX triplet: D9, 03 and 0A. RGB value is (217,3,10). Sum of RGB (Red+Green+Blue) = 217+3+10=230 (30% of max value = 765). Red value is 217 (85.16% from 255 or 94.35% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 217 - color contains mainly: red. Hex color #D9030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9030A is #26FCF5. Grayscale: #434343. Windows color (decimal): -2555126 or 656345. OLE color: 656345.

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

Color convert

RGB 217 3 10 -
CMYK 0 0.99 0.95 0.15
HSL 358.04º 0.97% 0.43% -
HSV(B) 358.04º 0.99% 0.85% -
XYZ 28.7 14.84 1.64 -
YUV 67.78 95.4 234.43 -
System Red Green Blue C M Y K H S L
Decimal 217 3 10 0 0.99 0.95 0.15 358.04 0.97 0.43
Hex D9 3 A 0 63 5F F 166 61 2B
Octal 331 3 12 0 143 137 17 546 141 53
Binary 11011001 11 1010 0 1100011 1011111 1111 101100110 1100001 101011

Color Harmonies of #D9030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9030A

Black with #D9030A

Text Example


Text Example

White with #D9030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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