Html Css Color HEX #D7030C Venetian Red

📋 copy color: '#D7030C'

red 215 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #D7030C

Tints of Venetian Red #D7030C

RGB

 RED value IS 215 (84.38% from 255) = 93.48%

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

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

R = 93.48%
G = 1.3%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7030C (or 0xD7030C) is known color: Venetian Red. HEX triplet: D7, 03 and 0C. RGB value is (215,3,12). Sum of RGB (Red+Green+Blue) = 215+3+12=230 (30% of max value = 765). Red value is 215 (84.38% from 255 or 93.48% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 215 - color contains mainly: red. Hex color #D7030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7030C is #28FCF3. Grayscale: #434343. Windows color (decimal): -2686196 or 787415. OLE color: 787415.

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

Color convert

RGB 215 3 12 -
CMYK 0 0.99 0.94 0.16
HSL 357.45º 0.97% 0.43% -
HSV(B) 357.45º 0.99% 0.84% -
XYZ 28.12 14.54 1.67 -
YUV 67.41 96.74 233.27 -
System Red Green Blue C M Y K H S L
Decimal 215 3 12 0 0.99 0.94 0.16 357.45 0.97 0.43
Hex D7 3 C 0 63 5E 10 165 61 2B
Octal 327 3 14 0 143 136 20 545 141 53
Binary 11010111 11 1100 0 1100011 1011110 10000 101100101 1100001 101011

Color Harmonies of #D7030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7030C

Black with #D7030C

Text Example


Text Example

White with #D7030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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