Html Css Color HEX #D00022 Venetian Red

📋 copy color: '#D00022'

red 208 ◦ green 0 ◦ blue 34

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

Shades of Venetian Red #D00022

Tints of Venetian Red #D00022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.95%
G = 0%
B = 14.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D00022 (or 0xD00022) is known color: Venetian Red. HEX triplet: D0, 00 and 22. RGB value is (208,0,34). Sum of RGB (Red+Green+Blue) = 208+0+34=242 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.95% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 208 - color contains mainly: red. Hex color #D00022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00022 is #2FFFDD. Grayscale: #424242. Windows color (decimal): -3145694 or 2228432. OLE color: 2228432.

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

Color convert

RGB 208 0 34 -
CMYK 0 1 0.84 0.18
HSL 350.19º 1% 0.41% -
HSV(B) 350.19º 1% 0.82% -
XYZ 26.3 13.53 2.74 -
YUV 66.07 109.91 229.24 -
System Red Green Blue C M Y K H S L
Decimal 208 0 34 0 1 0.84 0.18 350.19 1 0.41
Hex D0 0 22 0 64 54 12 15E 64 29
Octal 320 0 42 0 144 124 22 536 144 51
Binary 11010000 0 100010 0 1100100 1010100 10010 101011110 1100100 101001

Color Harmonies of #D00022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00022

Black with #D00022

Text Example


Text Example

White with #D00022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00022; }

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

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

background-color css

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

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

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

border-color css

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

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

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