Html Css Color HEX #D70024 Venetian Red

📋 copy color: '#D70024'

red 215 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #D70024

Tints of Venetian Red #D70024

RGB

 RED value IS 215 (84.38% from 255) = 85.66%

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

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

R = 85.66%
G = 0%
B = 14.34%

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

#D70024 (or 0xD70024) is known color: Venetian Red. HEX triplet: D7, 00 and 24. RGB value is (215,0,36). Sum of RGB (Red+Green+Blue) = 215+0+36=251 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.66% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 215 - color contains mainly: red. Hex color #D70024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70024 is #28FFDB. Grayscale: #444444. Windows color (decimal): -2686940 or 2359511. OLE color: 2359511.

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

Color convert

RGB 215 0 36 -
CMYK 0 1 0.83 0.16
HSL 349.95º 1% 0.42% -
HSV(B) 349.95º 1% 0.84% -
XYZ 28.34 14.57 2.99 -
YUV 68.39 109.73 232.57 -
System Red Green Blue C M Y K H S L
Decimal 215 0 36 0 1 0.83 0.16 349.95 1 0.42
Hex D7 0 24 0 64 53 10 15E 64 2A
Octal 327 0 44 0 144 123 20 536 144 52
Binary 11010111 0 100100 0 1100100 1010011 10000 101011110 1100100 101010

Color Harmonies of #D70024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70024

Black with #D70024

Text Example


Text Example

White with #D70024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70024; }

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

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

background-color css

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

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

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

border-color css

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

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

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