Html Css Color HEX #D2010F Venetian Red

📋 copy color: '#D2010F'

red 210 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #D2010F

Tints of Venetian Red #D2010F

RGB

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

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

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

R = 92.92%
G = 0.44%
B = 6.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2010F (or 0xD2010F) is known color: Venetian Red. HEX triplet: D2, 01 and 0F. RGB value is (210,1,15). Sum of RGB (Red+Green+Blue) = 210+1+15=226 (29% of max value = 765). Red value is 210 (82.42% from 255 or 92.92% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 210 - color contains mainly: red. Hex color #D2010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2010F is #2DFEF0. Grayscale: #414141. Windows color (decimal): -3014385 or 983506. OLE color: 983506.

HSL color Cylindrical-coordinate representation of color #D2010F: hue angle of 355.98º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2010F is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 15 -
CMYK 0 1.00 0.93 0.18
HSL 355.98º 0.99% 0.41% -
HSV(B) 355.98º 1% 0.82% -
XYZ 26.68 13.76 1.7 -
YUV 65.09 99.74 231.36 -
System Red Green Blue C M Y K H S L
Decimal 210 1 15 0 1.00 0.93 0.18 355.98 0.99 0.41
Hex D2 1 F 0 64 5D 12 164 63 29
Octal 322 1 17 0 144 135 22 544 143 51
Binary 11010010 1 1111 0 1100100 1011101 10010 101100100 1100011 101001

Color Harmonies of #D2010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2010F

Black with #D2010F

Text Example


Text Example

White with #D2010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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