Html Css Color HEX #D00714 Venetian Red

📋 copy color: '#D00714'

red 208 ◦ green 7 ◦ blue 20

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

Shades of Venetian Red #D00714

Tints of Venetian Red #D00714

RGB

 RED value IS 208 (81.64% from 255) = 88.51%

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

 BLUE value IS 20 (8.2% from 255) = 8.51%

R = 88.51%
G = 2.98%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D00714 (or 0xD00714) is known color: Venetian Red. HEX triplet: D0, 07 and 14. RGB value is (208,7,20). Sum of RGB (Red+Green+Blue) = 208+7+20=235 (31% of max value = 765). Red value is 208 (81.64% from 255 or 88.51% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 208 - color contains mainly: red. Hex color #D00714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00714 is #2FF8EB. Grayscale: #444444. Windows color (decimal): -3143916 or 1312720. OLE color: 1312720.

HSL color Cylindrical-coordinate representation of color #D00714: hue angle of 356.12º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00714 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 7 20 -
CMYK 0 0.97 0.90 0.18
HSL 356.12º 0.93% 0.42% -
HSV(B) 356.12º 0.97% 0.82% -
XYZ 26.21 13.61 1.91 -
YUV 68.58 100.59 227.44 -
System Red Green Blue C M Y K H S L
Decimal 208 7 20 0 0.97 0.90 0.18 356.12 0.93 0.42
Hex D0 7 14 0 61 5A 12 164 5D 2A
Octal 320 7 24 0 141 132 22 544 135 52
Binary 11010000 111 10100 0 1100001 1011010 10010 101100100 1011101 101010

Color Harmonies of #D00714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00714

Black with #D00714

Text Example


Text Example

White with #D00714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00714; }

 p { color: rgb(208,7,20); }

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

background-color css

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

 a { background-color: rgb(208,7,20); }

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

border-color css

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

 span { border-color: rgb(208,7,20); }

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