Html Css Color HEX #D7040C Venetian Red

📋 copy color: '#D7040C'

red 215 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #D7040C

Tints of Venetian Red #D7040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.73%

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

R = 93.07%
G = 1.73%
B = 5.19%

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

#D7040C (or 0xD7040C) is known color: Venetian Red. HEX triplet: D7, 04 and 0C. RGB value is (215,4,12). Sum of RGB (Red+Green+Blue) = 215+4+12=231 (30% of max value = 765). Red value is 215 (84.38% from 255 or 93.07% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 215 - color contains mainly: red. Hex color #D7040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7040C is #28FBF3. Grayscale: #444444. Windows color (decimal): -2685940 or 787671. OLE color: 787671.

HSL color Cylindrical-coordinate representation of color #D7040C: hue angle of 357.73º degrees, saturation: 0.96, 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 #D7040C is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 4 12 -
CMYK 0 0.98 0.94 0.16
HSL 357.73º 0.96% 0.43% -
HSV(B) 357.73º 0.98% 0.84% -
XYZ 28.13 14.56 1.68 -
YUV 68 96.4 232.85 -
System Red Green Blue C M Y K H S L
Decimal 215 4 12 0 0.98 0.94 0.16 357.73 0.96 0.43
Hex D7 4 C 0 62 5E 10 166 60 2B
Octal 327 4 14 0 142 136 20 546 140 53
Binary 11010111 100 1100 0 1100010 1011110 10000 101100110 1100000 101011

Color Harmonies of #D7040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7040C

Black with #D7040C

Text Example


Text Example

White with #D7040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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