Html Css Color HEX #D60313 Venetian Red

📋 copy color: '#D60313'

red 214 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #D60313

Tints of Venetian Red #D60313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.05%

R = 90.68%
G = 1.27%
B = 8.05%

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

#D60313 (or 0xD60313) is known color: Venetian Red. HEX triplet: D6, 03 and 13. RGB value is (214,3,19). Sum of RGB (Red+Green+Blue) = 214+3+19=236 (31% of max value = 765). Red value is 214 (83.98% from 255 or 90.68% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 214 - color contains mainly: red. Hex color #D60313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60313 is #29FCEC. Grayscale: #444444. Windows color (decimal): -2751725 or 1246166. OLE color: 1246166.

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

Color convert

RGB 214 3 19 -
CMYK 0 0.99 0.91 0.16
HSL 355.45º 0.97% 0.43% -
HSV(B) 355.45º 0.99% 0.84% -
XYZ 27.88 14.41 1.93 -
YUV 67.91 100.4 232.2 -
System Red Green Blue C M Y K H S L
Decimal 214 3 19 0 0.99 0.91 0.16 355.45 0.97 0.43
Hex D6 3 13 0 63 5B 10 163 61 2B
Octal 326 3 23 0 143 133 20 543 141 53
Binary 11010110 11 10011 0 1100011 1011011 10000 101100011 1100001 101011

Color Harmonies of #D60313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60313

Black with #D60313

Text Example


Text Example

White with #D60313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60313; }

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

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

background-color css

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

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

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

border-color css

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

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

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