Html Css Color HEX #D60320 Venetian Red

📋 copy color: '#D60320'

red 214 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #D60320

Tints of Venetian Red #D60320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.85%

R = 85.94%
G = 1.2%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D60320 (or 0xD60320) is known color: Venetian Red. HEX triplet: D6, 03 and 20. RGB value is (214,3,32). Sum of RGB (Red+Green+Blue) = 214+3+32=249 (32% of max value = 765). Red value is 214 (83.98% from 255 or 85.94% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 214 - color contains mainly: red. Hex color #D60320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60320 is #29FCDF. Grayscale: #454545. Windows color (decimal): -2751712 or 2098134. OLE color: 2098134.

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

Color convert

RGB 214 3 32 -
CMYK 0 0.99 0.85 0.16
HSL 351.75º 0.97% 0.43% -
HSV(B) 351.75º 0.99% 0.84% -
XYZ 28.02 14.47 2.68 -
YUV 69.4 106.9 231.14 -
System Red Green Blue C M Y K H S L
Decimal 214 3 32 0 0.99 0.85 0.16 351.75 0.97 0.43
Hex D6 3 20 0 63 55 10 160 61 2B
Octal 326 3 40 0 143 125 20 540 141 53
Binary 11010110 11 100000 0 1100011 1010101 10000 101100000 1100001 101011

Color Harmonies of #D60320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60320

Black with #D60320

Text Example


Text Example

White with #D60320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60320; }

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

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

background-color css

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

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

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

border-color css

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

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

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