Html Css Color HEX #D70614 Venetian Red

📋 copy color: '#D70614'

red 215 ◦ green 6 ◦ blue 20

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

Shades of Venetian Red #D70614

Tints of Venetian Red #D70614

RGB

 RED value IS 215 (84.38% from 255) = 89.21%

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

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

R = 89.21%
G = 2.49%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D70614 (or 0xD70614) is known color: Venetian Red. HEX triplet: D7, 06 and 14. RGB value is (215,6,20). Sum of RGB (Red+Green+Blue) = 215+6+20=241 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.21% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 215 - color contains mainly: red. Hex color #D70614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70614 is #28F9EB. Grayscale: #464646. Windows color (decimal): -2685420 or 1312471. OLE color: 1312471.

HSL color Cylindrical-coordinate representation of color #D70614: hue angle of 355.98º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70614 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 6 20 -
CMYK 0 0.97 0.91 0.16
HSL 355.98º 0.95% 0.43% -
HSV(B) 355.98º 0.97% 0.84% -
XYZ 28.22 14.63 2 -
YUV 70.09 99.74 231.36 -
System Red Green Blue C M Y K H S L
Decimal 215 6 20 0 0.97 0.91 0.16 355.98 0.95 0.43
Hex D7 6 14 0 61 5B 10 164 5F 2B
Octal 327 6 24 0 141 133 20 544 137 53
Binary 11010111 110 10100 0 1100001 1011011 10000 101100100 1011111 101011

Color Harmonies of #D70614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70614

Black with #D70614

Text Example


Text Example

White with #D70614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70614; }

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

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

background-color css

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

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

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

border-color css

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

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

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