Html Css Color HEX #D7050C Venetian Red

📋 copy color: '#D7050C'

red 215 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #D7050C

Tints of Venetian Red #D7050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 92.67%
G = 2.16%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7050C (or 0xD7050C) is known color: Venetian Red. HEX triplet: D7, 05 and 0C. RGB value is (215,5,12). Sum of RGB (Red+Green+Blue) = 215+5+12=232 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.67% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 215 - color contains mainly: red. Hex color #D7050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7050C is #28FAF3. Grayscale: #444444. Windows color (decimal): -2685684 or 787927. OLE color: 787927.

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

Color convert

RGB 215 5 12 -
CMYK 0 0.98 0.94 0.16
HSL 358º 0.95% 0.43% -
HSV(B) 358º 0.98% 0.84% -
XYZ 28.14 14.58 1.68 -
YUV 68.59 96.07 232.43 -
System Red Green Blue C M Y K H S L
Decimal 215 5 12 0 0.98 0.94 0.16 358 0.95 0.43
Hex D7 5 C 0 62 5E 10 166 5F 2B
Octal 327 5 14 0 142 136 20 546 137 53
Binary 11010111 101 1100 0 1100010 1011110 10000 101100110 1011111 101011

Color Harmonies of #D7050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7050C

Black with #D7050C

Text Example


Text Example

White with #D7050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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