Html Css Color HEX #D3061C Venetian Red

📋 copy color: '#D3061C'

red 211 ◦ green 6 ◦ blue 28

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

Shades of Venetian Red #D3061C

Tints of Venetian Red #D3061C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.45%

 BLUE value IS 28 (11.33% from 255) = 11.43%

R = 86.12%
G = 2.45%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3061C (or 0xD3061C) is known color: Venetian Red. HEX triplet: D3, 06 and 1C. RGB value is (211,6,28). Sum of RGB (Red+Green+Blue) = 211+6+28=245 (32% of max value = 765). Red value is 211 (82.81% from 255 or 86.12% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 211 - color contains mainly: red. Hex color #D3061C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3061C is #2CF9E3. Grayscale: #454545. Windows color (decimal): -2947556 or 1836755. OLE color: 1836755.

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

Color convert

RGB 211 6 28 -
CMYK 0 0.97 0.87 0.17
HSL 353.56º 0.94% 0.43% -
HSV(B) 353.56º 0.97% 0.83% -
XYZ 27.14 14.06 2.38 -
YUV 69.8 104.42 228.71 -
System Red Green Blue C M Y K H S L
Decimal 211 6 28 0 0.97 0.87 0.17 353.56 0.94 0.43
Hex D3 6 1C 0 61 57 11 162 5E 2B
Octal 323 6 34 0 141 127 21 542 136 53
Binary 11010011 110 11100 0 1100001 1010111 10001 101100010 1011110 101011

Color Harmonies of #D3061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3061C

Black with #D3061C

Text Example


Text Example

White with #D3061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3061C; }

 p { color: rgb(211,6,28); }

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

background-color css

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

 a { background-color: rgb(211,6,28); }

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

border-color css

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

 span { border-color: rgb(211,6,28); }

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