Html Css Color HEX #D70421 Venetian Red

📋 copy color: '#D70421'

red 215 ◦ green 4 ◦ blue 33

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

Shades of Venetian Red #D70421

Tints of Venetian Red #D70421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 33 (13.28% from 255) = 13.1%

R = 85.32%
G = 1.59%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D70421 (or 0xD70421) is known color: Venetian Red. HEX triplet: D7, 04 and 21. RGB value is (215,4,33). Sum of RGB (Red+Green+Blue) = 215+4+33=252 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.32% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 215 - color contains mainly: red. Hex color #D70421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70421 is #28FBDE. Grayscale: #464646. Windows color (decimal): -2685919 or 2163927. OLE color: 2163927.

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

Color convert

RGB 215 4 33 -
CMYK 0 0.98 0.85 0.16
HSL 351.75º 0.96% 0.43% -
HSV(B) 351.75º 0.98% 0.84% -
XYZ 28.34 14.64 2.77 -
YUV 70.4 106.9 231.14 -
System Red Green Blue C M Y K H S L
Decimal 215 4 33 0 0.98 0.85 0.16 351.75 0.96 0.43
Hex D7 4 21 0 62 55 10 160 60 2B
Octal 327 4 41 0 142 125 20 540 140 53
Binary 11010111 100 100001 0 1100010 1010101 10000 101100000 1100000 101011

Color Harmonies of #D70421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70421

Black with #D70421

Text Example


Text Example

White with #D70421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70421; }

 p { color: rgb(215,4,33); }

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

background-color css

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

 a { background-color: rgb(215,4,33); }

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

border-color css

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

 span { border-color: rgb(215,4,33); }

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