Html Css Color HEX #D4030C Venetian Red

📋 copy color: '#D4030C'

red 212 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #D4030C

Tints of Venetian Red #D4030C

RGB

 RED value IS 212 (83.2% from 255) = 93.39%

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

 BLUE value IS 12 (5.08% from 255) = 5.29%

R = 93.39%
G = 1.32%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4030C (or 0xD4030C) is known color: Venetian Red. HEX triplet: D4, 03 and 0C. RGB value is (212,3,12). Sum of RGB (Red+Green+Blue) = 212+3+12=227 (30% of max value = 765). Red value is 212 (83.20% from 255 or 93.39% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 212 - color contains mainly: red. Hex color #D4030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4030C is #2BFCF3. Grayscale: #424242. Windows color (decimal): -2882804 or 787412. OLE color: 787412.

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

Color convert

RGB 212 3 12 -
CMYK 0 0.99 0.94 0.17
HSL 357.42º 0.97% 0.42% -
HSV(B) 357.42º 0.99% 0.83% -
XYZ 27.25 14.09 1.63 -
YUV 66.52 97.24 231.77 -
System Red Green Blue C M Y K H S L
Decimal 212 3 12 0 0.99 0.94 0.17 357.42 0.97 0.42
Hex D4 3 C 0 63 5E 11 165 61 2A
Octal 324 3 14 0 143 136 21 545 141 52
Binary 11010100 11 1100 0 1100011 1011110 10001 101100101 1100001 101010

Color Harmonies of #D4030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4030C

Black with #D4030C

Text Example


Text Example

White with #D4030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4030C; }

 p { color: rgb(212,3,12); }

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

background-color css

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

 a { background-color: rgb(212,3,12); }

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

border-color css

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

 span { border-color: rgb(212,3,12); }

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