Html Css Color HEX #D00023 Venetian Red

📋 copy color: '#D00023'

red 208 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #D00023

Tints of Venetian Red #D00023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.4%

R = 85.6%
G = 0%
B = 14.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D00023 (or 0xD00023) is known color: Venetian Red. HEX triplet: D0, 00 and 23. RGB value is (208,0,35). Sum of RGB (Red+Green+Blue) = 208+0+35=243 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.60% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 208 - color contains mainly: red. Hex color #D00023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00023 is #2FFFDC. Grayscale: #424242. Windows color (decimal): -3145693 or 2293968. OLE color: 2293968.

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

Color convert

RGB 208 0 35 -
CMYK 0 1 0.83 0.18
HSL 349.9º 1% 0.41% -
HSV(B) 349.9º 1% 0.82% -
XYZ 26.32 13.53 2.81 -
YUV 66.18 110.41 229.15 -
System Red Green Blue C M Y K H S L
Decimal 208 0 35 0 1 0.83 0.18 349.9 1 0.41
Hex D0 0 23 0 64 53 12 15E 64 29
Octal 320 0 43 0 144 123 22 536 144 51
Binary 11010000 0 100011 0 1100100 1010011 10010 101011110 1100100 101001

Color Harmonies of #D00023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00023

Black with #D00023

Text Example


Text Example

White with #D00023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00023; }

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

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

background-color css

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

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

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

border-color css

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

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

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