Html Css Color HEX #D8030C Venetian Red

📋 copy color: '#D8030C'

red 216 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #D8030C

Tints of Venetian Red #D8030C

RGB

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

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

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

R = 93.51%
G = 1.3%
B = 5.19%

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

#D8030C (or 0xD8030C) is known color: Venetian Red. HEX triplet: D8, 03 and 0C. RGB value is (216,3,12). Sum of RGB (Red+Green+Blue) = 216+3+12=231 (30% of max value = 765). Red value is 216 (84.77% from 255 or 93.51% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 216 - color contains mainly: red. Hex color #D8030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8030C is #27FCF3. Grayscale: #434343. Windows color (decimal): -2620660 or 787416. OLE color: 787416.

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

Color convert

RGB 216 3 12 -
CMYK 0 0.99 0.94 0.15
HSL 357.46º 0.97% 0.43% -
HSV(B) 357.46º 0.99% 0.85% -
XYZ 28.42 14.69 1.69 -
YUV 67.71 96.57 233.77 -
System Red Green Blue C M Y K H S L
Decimal 216 3 12 0 0.99 0.94 0.15 357.46 0.97 0.43
Hex D8 3 C 0 63 5E F 165 61 2B
Octal 330 3 14 0 143 136 17 545 141 53
Binary 11011000 11 1100 0 1100011 1011110 1111 101100101 1100001 101011

Color Harmonies of #D8030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8030C

Black with #D8030C

Text Example


Text Example

White with #D8030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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