Html Css Color HEX #D2030C Venetian Red

📋 copy color: '#D2030C'

red 210 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #D2030C

Tints of Venetian Red #D2030C

RGB

 RED value IS 210 (82.42% from 255) = 93.33%

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

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

R = 93.33%
G = 1.33%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2030C (or 0xD2030C) is known color: Venetian Red. HEX triplet: D2, 03 and 0C. RGB value is (210,3,12). Sum of RGB (Red+Green+Blue) = 210+3+12=225 (29% of max value = 765). Red value is 210 (82.42% from 255 or 93.33% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 210 - color contains mainly: red. Hex color #D2030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2030C is #2DFCF3. Grayscale: #424242. Windows color (decimal): -3013876 or 787410. OLE color: 787410.

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

Color convert

RGB 210 3 12 -
CMYK 0 0.99 0.94 0.18
HSL 357.39º 0.97% 0.42% -
HSV(B) 357.39º 0.99% 0.82% -
XYZ 26.68 13.79 1.6 -
YUV 65.92 97.58 230.77 -
System Red Green Blue C M Y K H S L
Decimal 210 3 12 0 0.99 0.94 0.18 357.39 0.97 0.42
Hex D2 3 C 0 63 5E 12 165 61 2A
Octal 322 3 14 0 143 136 22 545 141 52
Binary 11010010 11 1100 0 1100011 1011110 10010 101100101 1100001 101010

Color Harmonies of #D2030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2030C

Black with #D2030C

Text Example


Text Example

White with #D2030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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