Html Css Color HEX #D6040A Venetian Red

📋 copy color: '#D6040A'

red 214 ◦ green 4 ◦ blue 10

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

Shades of Venetian Red #D6040A

Tints of Venetian Red #D6040A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.39%

R = 93.86%
G = 1.75%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6040A (or 0xD6040A) is known color: Venetian Red. HEX triplet: D6, 04 and 0A. RGB value is (214,4,10). Sum of RGB (Red+Green+Blue) = 214+4+10=228 (30% of max value = 765). Red value is 214 (83.98% from 255 or 93.86% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 214 - color contains mainly: red. Hex color #D6040A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6040A is #29FBF5. Grayscale: #434343. Windows color (decimal): -2751478 or 656598. OLE color: 656598.

HSL color Cylindrical-coordinate representation of color #D6040A: hue angle of 358.29º 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 #D6040A is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 4 10 -
CMYK 0 0.98 0.95 0.16
HSL 358.29º 0.96% 0.43% -
HSV(B) 358.29º 0.98% 0.84% -
XYZ 27.83 14.4 1.6 -
YUV 67.47 95.57 232.51 -
System Red Green Blue C M Y K H S L
Decimal 214 4 10 0 0.98 0.95 0.16 358.29 0.96 0.43
Hex D6 4 A 0 62 5F 10 166 60 2B
Octal 326 4 12 0 142 137 20 546 140 53
Binary 11010110 100 1010 0 1100010 1011111 10000 101100110 1100000 101011

Color Harmonies of #D6040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6040A

Black with #D6040A

Text Example


Text Example

White with #D6040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6040A; }

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

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

background-color css

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

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

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

border-color css

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

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

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