Html Css Color HEX #D4070D Venetian Red

📋 copy color: '#D4070D'

red 212 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #D4070D

Tints of Venetian Red #D4070D

RGB

 RED value IS 212 (83.2% from 255) = 91.38%

 GREEN value IS 7 (3.13% from 255) = 3.02%

 BLUE value IS 13 (5.47% from 255) = 5.6%

R = 91.38%
G = 3.02%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4070D (or 0xD4070D) is known color: Venetian Red. HEX triplet: D4, 07 and 0D. RGB value is (212,7,13). Sum of RGB (Red+Green+Blue) = 212+7+13=232 (30% of max value = 765). Red value is 212 (83.20% from 255 or 91.38% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 212 - color contains mainly: red. Hex color #D4070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4070D is #2BF8F2. Grayscale: #454545. Windows color (decimal): -2881779 or 853972. OLE color: 853972.

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

Color convert

RGB 212 7 13 -
CMYK 0 0.97 0.94 0.17
HSL 358.24º 0.94% 0.43% -
HSV(B) 358.24º 0.97% 0.83% -
XYZ 27.3 14.18 1.68 -
YUV 68.98 96.42 230.01 -
System Red Green Blue C M Y K H S L
Decimal 212 7 13 0 0.97 0.94 0.17 358.24 0.94 0.43
Hex D4 7 D 0 61 5E 11 166 5E 2B
Octal 324 7 15 0 141 136 21 546 136 53
Binary 11010100 111 1101 0 1100001 1011110 10001 101100110 1011110 101011

Color Harmonies of #D4070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4070D

Black with #D4070D

Text Example


Text Example

White with #D4070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4070D; }

 p { color: rgb(212,7,13); }

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

background-color css

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

 a { background-color: rgb(212,7,13); }

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

border-color css

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

 span { border-color: rgb(212,7,13); }

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