Html Css Color HEX #D60314 Venetian Red

📋 copy color: '#D60314'

red 214 ◦ green 3 ◦ blue 20

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

Shades of Venetian Red #D60314

Tints of Venetian Red #D60314

RGB

 RED value IS 214 (83.98% from 255) = 90.3%

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 90.3%
G = 1.27%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D60314 (or 0xD60314) is known color: Venetian Red. HEX triplet: D6, 03 and 14. RGB value is (214,3,20). Sum of RGB (Red+Green+Blue) = 214+3+20=237 (31% of max value = 765). Red value is 214 (83.98% from 255 or 90.30% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 214 - color contains mainly: red. Hex color #D60314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60314 is #29FCEB. Grayscale: #444444. Windows color (decimal): -2751724 or 1311702. OLE color: 1311702.

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

Color convert

RGB 214 3 20 -
CMYK 0 0.99 0.91 0.16
HSL 355.17º 0.97% 0.43% -
HSV(B) 355.17º 0.99% 0.84% -
XYZ 27.89 14.41 1.97 -
YUV 68.03 100.9 232.12 -
System Red Green Blue C M Y K H S L
Decimal 214 3 20 0 0.99 0.91 0.16 355.17 0.97 0.43
Hex D6 3 14 0 63 5B 10 163 61 2B
Octal 326 3 24 0 143 133 20 543 141 53
Binary 11010110 11 10100 0 1100011 1011011 10000 101100011 1100001 101011

Color Harmonies of #D60314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60314

Black with #D60314

Text Example


Text Example

White with #D60314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60314; }

 p { color: rgb(214,3,20); }

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

background-color css

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

 a { background-color: rgb(214,3,20); }

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

border-color css

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

 span { border-color: rgb(214,3,20); }

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