Html Css Color HEX #D6041C Venetian Red

📋 copy color: '#D6041C'

red 214 ◦ green 4 ◦ blue 28

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

Shades of Venetian Red #D6041C

Tints of Venetian Red #D6041C

RGB

 RED value IS 214 (83.98% from 255) = 86.99%

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 86.99%
G = 1.63%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6041C (or 0xD6041C) is known color: Venetian Red. HEX triplet: D6, 04 and 1C. RGB value is (214,4,28). Sum of RGB (Red+Green+Blue) = 214+4+28=246 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.99% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 214 - color contains mainly: red. Hex color #D6041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6041C is #29FBE3. Grayscale: #454545. Windows color (decimal): -2751460 or 1836246. OLE color: 1836246.

HSL color Cylindrical-coordinate representation of color #D6041C: hue angle of 353.14º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D6041C is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 4 28 -
CMYK 0 0.98 0.87 0.16
HSL 353.14º 0.96% 0.43% -
HSV(B) 353.14º 0.98% 0.84% -
XYZ 27.98 14.47 2.42 -
YUV 69.53 104.57 231.05 -
System Red Green Blue C M Y K H S L
Decimal 214 4 28 0 0.98 0.87 0.16 353.14 0.96 0.43
Hex D6 4 1C 0 62 57 10 161 60 2B
Octal 326 4 34 0 142 127 20 541 140 53
Binary 11010110 100 11100 0 1100010 1010111 10000 101100001 1100000 101011

Color Harmonies of #D6041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6041C

Black with #D6041C

Text Example


Text Example

White with #D6041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6041C; }

 p { color: rgb(214,4,28); }

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

background-color css

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

 a { background-color: rgb(214,4,28); }

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

border-color css

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

 span { border-color: rgb(214,4,28); }

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