Html Css Color HEX #D4071F Venetian Red

📋 copy color: '#D4071F'

red 212 ◦ green 7 ◦ blue 31

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

Shades of Venetian Red #D4071F

Tints of Venetian Red #D4071F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.4%

R = 84.8%
G = 2.8%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D4071F (or 0xD4071F) is known color: Venetian Red. HEX triplet: D4, 07 and 1F. RGB value is (212,7,31). Sum of RGB (Red+Green+Blue) = 212+7+31=250 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.8% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 212 - color contains mainly: red. Hex color #D4071F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4071F is #2BF8E0. Grayscale: #474747. Windows color (decimal): -2881761 or 2033620. OLE color: 2033620.

HSL color Cylindrical-coordinate representation of color #D4071F: hue angle of 352.98º 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 #D4071F is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 7 31 -
CMYK 0 0.97 0.85 0.17
HSL 352.98º 0.94% 0.43% -
HSV(B) 352.98º 0.97% 0.83% -
XYZ 27.47 14.25 2.6 -
YUV 71.03 105.42 228.55 -
System Red Green Blue C M Y K H S L
Decimal 212 7 31 0 0.97 0.85 0.17 352.98 0.94 0.43
Hex D4 7 1F 0 61 55 11 161 5E 2B
Octal 324 7 37 0 141 125 21 541 136 53
Binary 11010100 111 11111 0 1100001 1010101 10001 101100001 1011110 101011

Color Harmonies of #D4071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4071F

Black with #D4071F

Text Example


Text Example

White with #D4071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4071F; }

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

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

background-color css

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

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

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

border-color css

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

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

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