Html Css Color HEX #D60024 Venetian Red

📋 copy color: '#D60024'

red 214 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #D60024

Tints of Venetian Red #D60024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.6%
G = 0%
B = 14.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D60024 (or 0xD60024) is known color: Venetian Red. HEX triplet: D6, 00 and 24. RGB value is (214,0,36). Sum of RGB (Red+Green+Blue) = 214+0+36=250 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.6% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 214 - color contains mainly: red. Hex color #D60024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60024 is #29FFDB. Grayscale: #444444. Windows color (decimal): -2752476 or 2359510. OLE color: 2359510.

HSL color Cylindrical-coordinate representation of color #D60024: hue angle of 349.91º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60024 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 0 36 -
CMYK 0 1 0.83 0.16
HSL 349.91º 1% 0.42% -
HSV(B) 349.91º 1% 0.84% -
XYZ 28.05 14.42 2.97 -
YUV 68.09 109.9 232.07 -
System Red Green Blue C M Y K H S L
Decimal 214 0 36 0 1 0.83 0.16 349.91 1 0.42
Hex D6 0 24 0 64 53 10 15E 64 2A
Octal 326 0 44 0 144 123 20 536 144 52
Binary 11010110 0 100100 0 1100100 1010011 10000 101011110 1100100 101010

Color Harmonies of #D60024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60024

Black with #D60024

Text Example


Text Example

White with #D60024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60024; }

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

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

background-color css

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

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

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

border-color css

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

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

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