Html Css Color HEX #D30124 Venetian Red

📋 copy color: '#D30124'

red 211 ◦ green 1 ◦ blue 36

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

Shades of Venetian Red #D30124

Tints of Venetian Red #D30124

RGB

 RED value IS 211 (82.81% from 255) = 85.08%

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 85.08%
G = 0.4%
B = 14.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D30124 (or 0xD30124) is known color: Venetian Red. HEX triplet: D3, 01 and 24. RGB value is (211,1,36). Sum of RGB (Red+Green+Blue) = 211+1+36=248 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.08% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 211 - color contains mainly: red. Hex color #D30124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30124 is #2CFEDB. Grayscale: #434343. Windows color (decimal): -2948828 or 2359763. OLE color: 2359763.

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

Color convert

RGB 211 1 36 -
CMYK 0 1.00 0.83 0.17
HSL 350º 0.99% 0.42% -
HSV(B) 350º 1% 0.83% -
XYZ 27.19 14 2.94 -
YUV 67.78 110.07 230.15 -
System Red Green Blue C M Y K H S L
Decimal 211 1 36 0 1.00 0.83 0.17 350 0.99 0.42
Hex D3 1 24 0 64 53 11 15E 63 2A
Octal 323 1 44 0 144 123 21 536 143 52
Binary 11010011 1 100100 0 1100100 1010011 10001 101011110 1100011 101010

Color Harmonies of #D30124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30124

Black with #D30124

Text Example


Text Example

White with #D30124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30124; }

 p { color: rgb(211,1,36); }

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

background-color css

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

 a { background-color: rgb(211,1,36); }

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

border-color css

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

 span { border-color: rgb(211,1,36); }

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