Html Css Color HEX #D3050D Venetian Red

📋 copy color: '#D3050D'

red 211 ◦ green 5 ◦ blue 13

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

Shades of Venetian Red #D3050D

Tints of Venetian Red #D3050D

RGB

 RED value IS 211 (82.81% from 255) = 92.14%

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

 BLUE value IS 13 (5.47% from 255) = 5.68%

R = 92.14%
G = 2.18%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3050D (or 0xD3050D) is known color: Venetian Red. HEX triplet: D3, 05 and 0D. RGB value is (211,5,13). Sum of RGB (Red+Green+Blue) = 211+5+13=229 (30% of max value = 765). Red value is 211 (82.81% from 255 or 92.14% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 211 - color contains mainly: red. Hex color #D3050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3050D is #2CFAF2. Grayscale: #434343. Windows color (decimal): -2947827 or 853459. OLE color: 853459.

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

Color convert

RGB 211 5 13 -
CMYK 0 0.98 0.94 0.17
HSL 357.67º 0.95% 0.42% -
HSV(B) 357.67º 0.98% 0.83% -
XYZ 26.99 13.99 1.66 -
YUV 67.51 97.25 230.35 -
System Red Green Blue C M Y K H S L
Decimal 211 5 13 0 0.98 0.94 0.17 357.67 0.95 0.42
Hex D3 5 D 0 62 5E 11 166 5F 2A
Octal 323 5 15 0 142 136 21 546 137 52
Binary 11010011 101 1101 0 1100010 1011110 10001 101100110 1011111 101010

Color Harmonies of #D3050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3050D

Black with #D3050D

Text Example


Text Example

White with #D3050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3050D; }

 p { color: rgb(211,5,13); }

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

background-color css

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

 a { background-color: rgb(211,5,13); }

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

border-color css

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

 span { border-color: rgb(211,5,13); }

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