Html Css Color HEX #D00612 Venetian Red

📋 copy color: '#D00612'

red 208 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #D00612

Tints of Venetian Red #D00612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.76%

R = 89.66%
G = 2.59%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D00612 (or 0xD00612) is known color: Venetian Red. HEX triplet: D0, 06 and 12. RGB value is (208,6,18). Sum of RGB (Red+Green+Blue) = 208+6+18=232 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.66% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 208 - color contains mainly: red. Hex color #D00612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00612 is #2FF9ED. Grayscale: #434343. Windows color (decimal): -3144174 or 1181392. OLE color: 1181392.

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

Color convert

RGB 208 6 18 -
CMYK 0 0.97 0.91 0.18
HSL 356.44º 0.94% 0.42% -
HSV(B) 356.44º 0.97% 0.82% -
XYZ 26.19 13.58 1.81 -
YUV 67.77 99.92 228.02 -
System Red Green Blue C M Y K H S L
Decimal 208 6 18 0 0.97 0.91 0.18 356.44 0.94 0.42
Hex D0 6 12 0 61 5B 12 164 5E 2A
Octal 320 6 22 0 141 133 22 544 136 52
Binary 11010000 110 10010 0 1100001 1011011 10010 101100100 1011110 101010

Color Harmonies of #D00612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00612

Black with #D00612

Text Example


Text Example

White with #D00612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00612; }

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

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

background-color css

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

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

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

border-color css

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

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

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