Html Css Color HEX #D60324 Venetian Red

📋 copy color: '#D60324'

red 214 ◦ green 3 ◦ blue 36

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

Shades of Venetian Red #D60324

Tints of Venetian Red #D60324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.23%

R = 84.58%
G = 1.19%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D60324 (or 0xD60324) is known color: Venetian Red. HEX triplet: D6, 03 and 24. RGB value is (214,3,36). Sum of RGB (Red+Green+Blue) = 214+3+36=253 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.58% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 214 - color contains mainly: red. Hex color #D60324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60324 is #29FCDB. Grayscale: #454545. Windows color (decimal): -2751708 or 2360278. OLE color: 2360278.

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

Color convert

RGB 214 3 36 -
CMYK 0 0.99 0.83 0.16
HSL 350.62º 0.97% 0.43% -
HSV(B) 350.62º 0.99% 0.84% -
XYZ 28.08 14.49 2.99 -
YUV 69.85 108.9 230.82 -
System Red Green Blue C M Y K H S L
Decimal 214 3 36 0 0.99 0.83 0.16 350.62 0.97 0.43
Hex D6 3 24 0 63 53 10 15F 61 2B
Octal 326 3 44 0 143 123 20 537 141 53
Binary 11010110 11 100100 0 1100011 1010011 10000 101011111 1100001 101011

Color Harmonies of #D60324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60324

Black with #D60324

Text Example


Text Example

White with #D60324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60324; }

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

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

background-color css

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

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

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

border-color css

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

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

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