Html Css Color HEX #D6031C Venetian Red

📋 copy color: '#D6031C'

red 214 ◦ green 3 ◦ blue 28

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

Shades of Venetian Red #D6031C

Tints of Venetian Red #D6031C

RGB

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

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

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

R = 87.35%
G = 1.22%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6031C (or 0xD6031C) is known color: Venetian Red. HEX triplet: D6, 03 and 1C. RGB value is (214,3,28). Sum of RGB (Red+Green+Blue) = 214+3+28=245 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.35% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 214 - color contains mainly: red. Hex color #D6031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6031C is #29FCE3. Grayscale: #454545. Windows color (decimal): -2751716 or 1835990. OLE color: 1835990.

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

Color convert

RGB 214 3 28 -
CMYK 0 0.99 0.87 0.16
HSL 352.89º 0.97% 0.43% -
HSV(B) 352.89º 0.99% 0.84% -
XYZ 27.97 14.45 2.41 -
YUV 68.94 104.9 231.47 -
System Red Green Blue C M Y K H S L
Decimal 214 3 28 0 0.99 0.87 0.16 352.89 0.97 0.43
Hex D6 3 1C 0 63 57 10 161 61 2B
Octal 326 3 34 0 143 127 20 541 141 53
Binary 11010110 11 11100 0 1100011 1010111 10000 101100001 1100001 101011

Color Harmonies of #D6031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6031C

Black with #D6031C

Text Example


Text Example

White with #D6031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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