Html Css Color HEX #D60023 Venetian Red

📋 copy color: '#D60023'

red 214 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #D60023

Tints of Venetian Red #D60023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.06%

R = 85.94%
G = 0%
B = 14.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D60023 (or 0xD60023) is known color: Venetian Red. HEX triplet: D6, 00 and 23. RGB value is (214,0,35). Sum of RGB (Red+Green+Blue) = 214+0+35=249 (32% of max value = 765). Red value is 214 (83.98% from 255 or 85.94% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 214 - color contains mainly: red. Hex color #D60023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60023 is #29FFDC. Grayscale: #444444. Windows color (decimal): -2752477 or 2293974. OLE color: 2293974.

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

Color convert

RGB 214 0 35 -
CMYK 0 1 0.84 0.16
HSL 350.19º 1% 0.42% -
HSV(B) 350.19º 1% 0.84% -
XYZ 28.03 14.42 2.9 -
YUV 67.98 109.4 232.15 -
System Red Green Blue C M Y K H S L
Decimal 214 0 35 0 1 0.84 0.16 350.19 1 0.42
Hex D6 0 23 0 64 54 10 15E 64 2A
Octal 326 0 43 0 144 124 20 536 144 52
Binary 11010110 0 100011 0 1100100 1010100 10000 101011110 1100100 101010

Color Harmonies of #D60023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60023

Black with #D60023

Text Example


Text Example

White with #D60023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60023; }

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

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

background-color css

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

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

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

border-color css

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

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

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