Html Css Color HEX #D8030A Venetian Red

📋 copy color: '#D8030A'

red 216 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #D8030A

Tints of Venetian Red #D8030A

RGB

 RED value IS 216 (84.77% from 255) = 94.32%

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

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

R = 94.32%
G = 1.31%
B = 4.37%

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

#D8030A (or 0xD8030A) is known color: Venetian Red. HEX triplet: D8, 03 and 0A. RGB value is (216,3,10). Sum of RGB (Red+Green+Blue) = 216+3+10=229 (30% of max value = 765). Red value is 216 (84.77% from 255 or 94.32% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 216 - color contains mainly: red. Hex color #D8030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8030A is #27FCF5. Grayscale: #434343. Windows color (decimal): -2620662 or 656344. OLE color: 656344.

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

Color convert

RGB 216 3 10 -
CMYK 0 0.99 0.95 0.15
HSL 358.03º 0.97% 0.43% -
HSV(B) 358.03º 0.99% 0.85% -
XYZ 28.41 14.69 1.62 -
YUV 67.49 95.57 233.93 -
System Red Green Blue C M Y K H S L
Decimal 216 3 10 0 0.99 0.95 0.15 358.03 0.97 0.43
Hex D8 3 A 0 63 5F F 166 61 2B
Octal 330 3 12 0 143 137 17 546 141 53
Binary 11011000 11 1010 0 1100011 1011111 1111 101100110 1100001 101011

Color Harmonies of #D8030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8030A

Black with #D8030A

Text Example


Text Example

White with #D8030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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