Html Css Color HEX #D20315 Venetian Red

📋 copy color: '#D20315'

red 210 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #D20315

Tints of Venetian Red #D20315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.97%

R = 89.74%
G = 1.28%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D20315 (or 0xD20315) is known color: Venetian Red. HEX triplet: D2, 03 and 15. RGB value is (210,3,21). Sum of RGB (Red+Green+Blue) = 210+3+21=234 (30% of max value = 765). Red value is 210 (82.42% from 255 or 89.74% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 210 - color contains mainly: red. Hex color #D20315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20315 is #2DFCEA. Grayscale: #434343. Windows color (decimal): -3013867 or 1377234. OLE color: 1377234.

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

Color convert

RGB 210 3 21 -
CMYK 0 0.99 0.90 0.18
HSL 354.78º 0.97% 0.42% -
HSV(B) 354.78º 0.99% 0.82% -
XYZ 26.75 13.82 1.97 -
YUV 66.95 102.08 230.04 -
System Red Green Blue C M Y K H S L
Decimal 210 3 21 0 0.99 0.90 0.18 354.78 0.97 0.42
Hex D2 3 15 0 63 5A 12 163 61 2A
Octal 322 3 25 0 143 132 22 543 141 52
Binary 11010010 11 10101 0 1100011 1011010 10010 101100011 1100001 101010

Color Harmonies of #D20315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20315

Black with #D20315

Text Example


Text Example

White with #D20315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20315; }

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

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

background-color css

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

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

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

border-color css

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

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

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