Html Css Color HEX #D60315 Venetian Red

📋 copy color: '#D60315'

red 214 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #D60315

Tints of Venetian Red #D60315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.82%

R = 89.92%
G = 1.26%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D60315 (or 0xD60315) is known color: Venetian Red. HEX triplet: D6, 03 and 15. RGB value is (214,3,21). Sum of RGB (Red+Green+Blue) = 214+3+21=238 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.92% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 214 - color contains mainly: red. Hex color #D60315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60315 is #29FCEA. Grayscale: #444444. Windows color (decimal): -2751723 or 1377238. OLE color: 1377238.

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

Color convert

RGB 214 3 21 -
CMYK 0 0.99 0.90 0.16
HSL 354.88º 0.97% 0.43% -
HSV(B) 354.88º 0.99% 0.84% -
XYZ 27.9 14.42 2.02 -
YUV 68.14 101.4 232.04 -
System Red Green Blue C M Y K H S L
Decimal 214 3 21 0 0.99 0.90 0.16 354.88 0.97 0.43
Hex D6 3 15 0 63 5A 10 163 61 2B
Octal 326 3 25 0 143 132 20 543 141 53
Binary 11010110 11 10101 0 1100011 1011010 10000 101100011 1100001 101011

Color Harmonies of #D60315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60315

Black with #D60315

Text Example


Text Example

White with #D60315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60315; }

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

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

background-color css

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

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

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

border-color css

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

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

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