Html Css Color HEX #D30307 Venetian Red

📋 copy color: '#D30307'

red 211 ◦ green 3 ◦ blue 7

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

Shades of Venetian Red #D30307

Tints of Venetian Red #D30307

RGB

 RED value IS 211 (82.81% from 255) = 95.48%

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

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

R = 95.48%
G = 1.36%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D30307 (or 0xD30307) is known color: Venetian Red. HEX triplet: D3, 03 and 07. RGB value is (211,3,7). Sum of RGB (Red+Green+Blue) = 211+3+7=221 (29% of max value = 765). Red value is 211 (82.81% from 255 or 95.48% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 211 - color contains mainly: red. Hex color #D30307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30307 is #2CFCF8. Grayscale: #414141. Windows color (decimal): -2948345 or 459731. OLE color: 459731.

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

Color convert

RGB 211 3 7 -
CMYK 0 0.99 0.97 0.17
HSL 358.85º 0.97% 0.42% -
HSV(B) 358.85º 0.99% 0.83% -
XYZ 26.93 13.93 1.47 -
YUV 65.65 94.91 231.67 -
System Red Green Blue C M Y K H S L
Decimal 211 3 7 0 0.99 0.97 0.17 358.85 0.97 0.42
Hex D3 3 7 0 63 61 11 167 61 2A
Octal 323 3 7 0 143 141 21 547 141 52
Binary 11010011 11 111 0 1100011 1100001 10001 101100111 1100001 101010

Color Harmonies of #D30307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30307

Black with #D30307

Text Example


Text Example

White with #D30307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30307; }

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

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

background-color css

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

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

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

border-color css

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

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

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