Html Css Color HEX #D00614 Venetian Red

📋 copy color: '#D00614'

red 208 ◦ green 6 ◦ blue 20

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

Shades of Venetian Red #D00614

Tints of Venetian Red #D00614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.55%

R = 88.89%
G = 2.56%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D00614 (or 0xD00614) is known color: Venetian Red. HEX triplet: D0, 06 and 14. RGB value is (208,6,20). Sum of RGB (Red+Green+Blue) = 208+6+20=234 (30% of max value = 765). Red value is 208 (81.64% from 255 or 88.89% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 208 - color contains mainly: red. Hex color #D00614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00614 is #2FF9EB. Grayscale: #444444. Windows color (decimal): -3144172 or 1312464. OLE color: 1312464.

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

Color convert

RGB 208 6 20 -
CMYK 0 0.97 0.90 0.18
HSL 355.84º 0.94% 0.42% -
HSV(B) 355.84º 0.97% 0.82% -
XYZ 26.2 13.59 1.9 -
YUV 67.99 100.92 227.86 -
System Red Green Blue C M Y K H S L
Decimal 208 6 20 0 0.97 0.90 0.18 355.84 0.94 0.42
Hex D0 6 14 0 61 5A 12 164 5E 2A
Octal 320 6 24 0 141 132 22 544 136 52
Binary 11010000 110 10100 0 1100001 1011010 10010 101100100 1011110 101010

Color Harmonies of #D00614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00614

Black with #D00614

Text Example


Text Example

White with #D00614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00614; }

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

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

background-color css

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

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

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

border-color css

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

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

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