Html Css Color HEX #D70308 Venetian Red

📋 copy color: '#D70308'

red 215 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #D70308

Tints of Venetian Red #D70308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.54%

R = 95.13%
G = 1.33%
B = 3.54%

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

#D70308 (or 0xD70308) is known color: Venetian Red. HEX triplet: D7, 03 and 08. RGB value is (215,3,8). Sum of RGB (Red+Green+Blue) = 215+3+8=226 (29% of max value = 765). Red value is 215 (84.38% from 255 or 95.13% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 215 - color contains mainly: red. Hex color #D70308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70308 is #28FCF7. Grayscale: #434343. Windows color (decimal): -2686200 or 525271. OLE color: 525271.

HSL color Cylindrical-coordinate representation of color #D70308: hue angle of 358.58º 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 #D70308 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 3 8 -
CMYK 0 0.99 0.96 0.16
HSL 358.58º 0.97% 0.43% -
HSV(B) 358.58º 0.99% 0.84% -
XYZ 28.1 14.53 1.55 -
YUV 66.96 94.74 233.59 -
System Red Green Blue C M Y K H S L
Decimal 215 3 8 0 0.99 0.96 0.16 358.58 0.97 0.43
Hex D7 3 8 0 63 60 10 167 61 2B
Octal 327 3 10 0 143 140 20 547 141 53
Binary 11010111 11 1000 0 1100011 1100000 10000 101100111 1100001 101011

Color Harmonies of #D70308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70308

Black with #D70308

Text Example


Text Example

White with #D70308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70308; }

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

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

background-color css

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

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

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

border-color css

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

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

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