Html Css Color HEX #D60319 Venetian Red

📋 copy color: '#D60319'

red 214 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #D60319

Tints of Venetian Red #D60319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.33%

R = 88.43%
G = 1.24%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D60319 (or 0xD60319) is known color: Venetian Red. HEX triplet: D6, 03 and 19. RGB value is (214,3,25). Sum of RGB (Red+Green+Blue) = 214+3+25=242 (32% of max value = 765). Red value is 214 (83.98% from 255 or 88.43% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 214 - color contains mainly: red. Hex color #D60319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60319 is #29FCE6. Grayscale: #444444. Windows color (decimal): -2751719 or 1639382. OLE color: 1639382.

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

Color convert

RGB 214 3 25 -
CMYK 0 0.99 0.88 0.16
HSL 353.74º 0.97% 0.43% -
HSV(B) 353.74º 0.99% 0.84% -
XYZ 27.94 14.43 2.23 -
YUV 68.6 103.4 231.71 -
System Red Green Blue C M Y K H S L
Decimal 214 3 25 0 0.99 0.88 0.16 353.74 0.97 0.43
Hex D6 3 19 0 63 58 10 162 61 2B
Octal 326 3 31 0 143 130 20 542 141 53
Binary 11010110 11 11001 0 1100011 1011000 10000 101100010 1100001 101011

Color Harmonies of #D60319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60319

Black with #D60319

Text Example


Text Example

White with #D60319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60319; }

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

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

background-color css

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

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

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

border-color css

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

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

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