Html Css Color HEX #D60407 Venetian Red

📋 copy color: '#D60407'

red 214 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #D60407

Tints of Venetian Red #D60407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.11%

R = 95.11%
G = 1.78%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D60407 (or 0xD60407) is known color: Venetian Red. HEX triplet: D6, 04 and 07. RGB value is (214,4,7). Sum of RGB (Red+Green+Blue) = 214+4+7=225 (29% of max value = 765). Red value is 214 (83.98% from 255 or 95.11% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 214 - color contains mainly: red. Hex color #D60407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60407 is #29FBF8. Grayscale: #434343. Windows color (decimal): -2751481 or 459990. OLE color: 459990.

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

Color convert

RGB 214 4 7 -
CMYK 0 0.98 0.97 0.16
HSL 359.14º 0.96% 0.43% -
HSV(B) 359.14º 0.98% 0.84% -
XYZ 27.81 14.4 1.51 -
YUV 67.13 94.07 232.76 -
System Red Green Blue C M Y K H S L
Decimal 214 4 7 0 0.98 0.97 0.16 359.14 0.96 0.43
Hex D6 4 7 0 62 61 10 167 60 2B
Octal 326 4 7 0 142 141 20 547 140 53
Binary 11010110 100 111 0 1100010 1100001 10000 101100111 1100000 101011

Color Harmonies of #D60407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60407

Black with #D60407

Text Example


Text Example

White with #D60407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60407; }

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

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

background-color css

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

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

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

border-color css

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

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

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