Html Css Color HEX #D70203 Venetian Red

📋 copy color: '#D70203'

red 215 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #D70203

Tints of Venetian Red #D70203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 97.73%
G = 0.91%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D70203 (or 0xD70203) is known color: Venetian Red. HEX triplet: D7, 02 and 03. RGB value is (215,2,3). Sum of RGB (Red+Green+Blue) = 215+2+3=220 (29% of max value = 765). Red value is 215 (84.38% from 255 or 97.73% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 215 - color contains mainly: red. Hex color #D70203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70203 is #28FDFC. Grayscale: #424242. Windows color (decimal): -2686461 or 197335. OLE color: 197335.

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

Color convert

RGB 215 2 3 -
CMYK 0 0.99 0.99 0.16
HSL 359.72º 0.98% 0.43% -
HSV(B) 359.72º 0.99% 0.84% -
XYZ 28.06 14.5 1.41 -
YUV 65.8 92.57 234.42 -
System Red Green Blue C M Y K H S L
Decimal 215 2 3 0 0.99 0.99 0.16 359.72 0.98 0.43
Hex D7 2 3 0 63 63 10 168 62 2B
Octal 327 2 3 0 143 143 20 550 142 53
Binary 11010111 10 11 0 1100011 1100011 10000 101101000 1100010 101011

Color Harmonies of #D70203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70203

Black with #D70203

Text Example


Text Example

White with #D70203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70203; }

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

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

background-color css

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

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

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

border-color css

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

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

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