Html Css Color HEX #D2050F Venetian Red

📋 copy color: '#D2050F'

red 210 ◦ green 5 ◦ blue 15

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

Shades of Venetian Red #D2050F

Tints of Venetian Red #D2050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

 BLUE value IS 15 (6.25% from 255) = 6.52%

R = 91.3%
G = 2.17%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2050F (or 0xD2050F) is known color: Venetian Red. HEX triplet: D2, 05 and 0F. RGB value is (210,5,15). Sum of RGB (Red+Green+Blue) = 210+5+15=230 (30% of max value = 765). Red value is 210 (82.42% from 255 or 91.30% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 210 - color contains mainly: red. Hex color #D2050F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2050F is #2DFAF0. Grayscale: #434343. Windows color (decimal): -3013361 or 984530. OLE color: 984530.

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

Color convert

RGB 210 5 15 -
CMYK 0 0.98 0.93 0.18
HSL 357.07º 0.95% 0.42% -
HSV(B) 357.07º 0.98% 0.82% -
XYZ 26.72 13.84 1.72 -
YUV 67.44 98.42 229.69 -
System Red Green Blue C M Y K H S L
Decimal 210 5 15 0 0.98 0.93 0.18 357.07 0.95 0.42
Hex D2 5 F 0 62 5D 12 165 5F 2A
Octal 322 5 17 0 142 135 22 545 137 52
Binary 11010010 101 1111 0 1100010 1011101 10010 101100101 1011111 101010

Color Harmonies of #D2050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2050F

Black with #D2050F

Text Example


Text Example

White with #D2050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2050F; }

 p { color: rgb(210,5,15); }

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

background-color css

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

 a { background-color: rgb(210,5,15); }

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

border-color css

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

 span { border-color: rgb(210,5,15); }

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