Html Css Color HEX #D70309 Venetian Red

📋 copy color: '#D70309'

red 215 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #D70309

Tints of Venetian Red #D70309

RGB

 RED value IS 215 (84.38% from 255) = 94.71%

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

 BLUE value IS 9 (3.91% from 255) = 3.96%

R = 94.71%
G = 1.32%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D70309 (or 0xD70309) is known color: Venetian Red. HEX triplet: D7, 03 and 09. RGB value is (215,3,9). Sum of RGB (Red+Green+Blue) = 215+3+9=227 (30% of max value = 765). Red value is 215 (84.38% from 255 or 94.71% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 215 - color contains mainly: red. Hex color #D70309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70309 is #28FCF6. Grayscale: #434343. Windows color (decimal): -2686199 or 590807. OLE color: 590807.

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

Color convert

RGB 215 3 9 -
CMYK 0 0.99 0.96 0.16
HSL 358.3º 0.97% 0.43% -
HSV(B) 358.3º 0.99% 0.84% -
XYZ 28.11 14.53 1.58 -
YUV 67.07 95.24 233.51 -
System Red Green Blue C M Y K H S L
Decimal 215 3 9 0 0.99 0.96 0.16 358.3 0.97 0.43
Hex D7 3 9 0 63 60 10 166 61 2B
Octal 327 3 11 0 143 140 20 546 141 53
Binary 11010111 11 1001 0 1100011 1100000 10000 101100110 1100001 101011

Color Harmonies of #D70309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70309

Black with #D70309

Text Example


Text Example

White with #D70309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70309; }

 p { color: rgb(215,3,9); }

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

background-color css

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

 a { background-color: rgb(215,3,9); }

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

border-color css

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

 span { border-color: rgb(215,3,9); }

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