Html Css Color HEX #D00623 Venetian Red

📋 copy color: '#D00623'

red 208 ◦ green 6 ◦ blue 35

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

Shades of Venetian Red #D00623

Tints of Venetian Red #D00623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.41%

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

R = 83.53%
G = 2.41%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D00623 (or 0xD00623) is known color: Venetian Red. HEX triplet: D0, 06 and 23. RGB value is (208,6,35). Sum of RGB (Red+Green+Blue) = 208+6+35=249 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.53% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 208 - color contains mainly: red. Hex color #D00623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00623 is #2FF9DC. Grayscale: #454545. Windows color (decimal): -3144157 or 2295504. OLE color: 2295504.

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

Color convert

RGB 208 6 35 -
CMYK 0 0.97 0.83 0.18
HSL 351.39º 0.94% 0.42% -
HSV(B) 351.39º 0.97% 0.82% -
XYZ 26.38 13.66 2.84 -
YUV 69.7 108.42 226.64 -
System Red Green Blue C M Y K H S L
Decimal 208 6 35 0 0.97 0.83 0.18 351.39 0.94 0.42
Hex D0 6 23 0 61 53 12 15F 5E 2A
Octal 320 6 43 0 141 123 22 537 136 52
Binary 11010000 110 100011 0 1100001 1010011 10010 101011111 1011110 101010

Color Harmonies of #D00623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00623

Black with #D00623

Text Example


Text Example

White with #D00623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00623; }

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

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

background-color css

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

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

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

border-color css

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

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

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