Html Css Color HEX #D00421 Venetian Red

📋 copy color: '#D00421'

red 208 ◦ green 4 ◦ blue 33

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

Shades of Venetian Red #D00421

Tints of Venetian Red #D00421

RGB

 RED value IS 208 (81.64% from 255) = 84.9%

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

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

R = 84.9%
G = 1.63%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D00421 (or 0xD00421) is known color: Venetian Red. HEX triplet: D0, 04 and 21. RGB value is (208,4,33). Sum of RGB (Red+Green+Blue) = 208+4+33=245 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.90% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 208 - color contains mainly: red. Hex color #D00421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00421 is #2FFBDE. Grayscale: #444444. Windows color (decimal): -3144671 or 2163920. OLE color: 2163920.

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

Color convert

RGB 208 4 33 -
CMYK 0 0.98 0.84 0.18
HSL 351.47º 0.96% 0.42% -
HSV(B) 351.47º 0.98% 0.82% -
XYZ 26.33 13.61 2.68 -
YUV 68.3 108.09 227.64 -
System Red Green Blue C M Y K H S L
Decimal 208 4 33 0 0.98 0.84 0.18 351.47 0.96 0.42
Hex D0 4 21 0 62 54 12 15F 60 2A
Octal 320 4 41 0 142 124 22 537 140 52
Binary 11010000 100 100001 0 1100010 1010100 10010 101011111 1100000 101010

Color Harmonies of #D00421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00421

Black with #D00421

Text Example


Text Example

White with #D00421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00421; }

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

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

background-color css

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

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

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

border-color css

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

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

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