Html Css Color HEX #D20103 Venetian Red

📋 copy color: '#D20103'

red 210 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #D20103

Tints of Venetian Red #D20103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.4%

R = 98.13%
G = 0.47%
B = 1.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D20103 (or 0xD20103) is known color: Venetian Red. HEX triplet: D2, 01 and 03. RGB value is (210,1,3). Sum of RGB (Red+Green+Blue) = 210+1+3=214 (28% of max value = 765). Red value is 210 (82.42% from 255 or 98.13% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 210 - color contains mainly: red. Hex color #D20103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20103 is #2DFEFC. Grayscale: #3F3F3F. Windows color (decimal): -3014397 or 197074. OLE color: 197074.

HSL color Cylindrical-coordinate representation of color #D20103: hue angle of 359.43º 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 #D20103 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 3 -
CMYK 0 1.00 0.99 0.18
HSL 359.43º 0.99% 0.41% -
HSV(B) 359.43º 1% 0.82% -
XYZ 26.61 13.73 1.33 -
YUV 63.72 93.74 232.34 -
System Red Green Blue C M Y K H S L
Decimal 210 1 3 0 1.00 0.99 0.18 359.43 0.99 0.41
Hex D2 1 3 0 64 63 12 167 63 29
Octal 322 1 3 0 144 143 22 547 143 51
Binary 11010010 1 11 0 1100100 1100011 10010 101100111 1100011 101001

Color Harmonies of #D20103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20103

Black with #D20103

Text Example


Text Example

White with #D20103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20103; }

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

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

background-color css

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

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

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

border-color css

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

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

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