Html Css Color HEX #D00422 Venetian Red

📋 copy color: '#D00422'

red 208 ◦ green 4 ◦ blue 34

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

Shades of Venetian Red #D00422

Tints of Venetian Red #D00422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.82%

R = 84.55%
G = 1.63%
B = 13.82%

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

#D00422 (or 0xD00422) is known color: Venetian Red. HEX triplet: D0, 04 and 22. RGB value is (208,4,34). Sum of RGB (Red+Green+Blue) = 208+4+34=246 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.55% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 208 - color contains mainly: red. Hex color #D00422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00422 is #2FFBDD. Grayscale: #444444. Windows color (decimal): -3144670 or 2229456. OLE color: 2229456.

HSL color Cylindrical-coordinate representation of color #D00422: hue angle of 351.18º 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 #D00422 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 4 34 -
CMYK 0 0.98 0.84 0.18
HSL 351.18º 0.96% 0.42% -
HSV(B) 351.18º 0.98% 0.82% -
XYZ 26.34 13.61 2.75 -
YUV 68.42 108.59 227.56 -
System Red Green Blue C M Y K H S L
Decimal 208 4 34 0 0.98 0.84 0.18 351.18 0.96 0.42
Hex D0 4 22 0 62 54 12 15F 60 2A
Octal 320 4 42 0 142 124 22 537 140 52
Binary 11010000 100 100010 0 1100010 1010100 10010 101011111 1100000 101010

Color Harmonies of #D00422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00422

Black with #D00422

Text Example


Text Example

White with #D00422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00422; }

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

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

background-color css

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

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

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

border-color css

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

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

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