Html Css Color HEX #D80307 Venetian Red

📋 copy color: '#D80307'

red 216 ◦ green 3 ◦ blue 7

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

Shades of Venetian Red #D80307

Tints of Venetian Red #D80307

RGB

 RED value IS 216 (84.77% from 255) = 95.58%

 GREEN value IS 3 (1.56% from 255) = 1.33%

 BLUE value IS 7 (3.13% from 255) = 3.1%

R = 95.58%
G = 1.33%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D80307 (or 0xD80307) is known color: Venetian Red. HEX triplet: D8, 03 and 07. RGB value is (216,3,7). Sum of RGB (Red+Green+Blue) = 216+3+7=226 (29% of max value = 765). Red value is 216 (84.77% from 255 or 95.58% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 216 - color contains mainly: red. Hex color #D80307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80307 is #27FCF8. Grayscale: #434343. Windows color (decimal): -2620665 or 459736. OLE color: 459736.

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

Color convert

RGB 216 3 7 -
CMYK 0 0.99 0.97 0.15
HSL 358.87º 0.97% 0.43% -
HSV(B) 358.87º 0.99% 0.85% -
XYZ 28.39 14.68 1.54 -
YUV 67.14 94.07 234.17 -
System Red Green Blue C M Y K H S L
Decimal 216 3 7 0 0.99 0.97 0.15 358.87 0.97 0.43
Hex D8 3 7 0 63 61 F 167 61 2B
Octal 330 3 7 0 143 141 17 547 141 53
Binary 11011000 11 111 0 1100011 1100001 1111 101100111 1100001 101011

Color Harmonies of #D80307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80307

Black with #D80307

Text Example


Text Example

White with #D80307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80307; }

 p { color: rgb(216,3,7); }

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

background-color css

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

 a { background-color: rgb(216,3,7); }

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

border-color css

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

 span { border-color: rgb(216,3,7); }

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