Html Css Color HEX #D40207 Venetian Red

📋 copy color: '#D40207'

red 212 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #D40207

Tints of Venetian Red #D40207

RGB

 RED value IS 212 (83.2% from 255) = 95.93%

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 95.93%
G = 0.9%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D40207 (or 0xD40207) is known color: Venetian Red. HEX triplet: D4, 02 and 07. RGB value is (212,2,7). Sum of RGB (Red+Green+Blue) = 212+2+7=221 (29% of max value = 765). Red value is 212 (83.20% from 255 or 95.93% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 212 - color contains mainly: red. Hex color #D40207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40207 is #2BFDF8. Grayscale: #414141. Windows color (decimal): -2883065 or 459476. OLE color: 459476.

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

Color convert

RGB 212 2 7 -
CMYK 0 0.99 0.97 0.17
HSL 358.57º 0.98% 0.42% -
HSV(B) 358.57º 0.99% 0.83% -
XYZ 27.21 14.06 1.48 -
YUV 65.36 95.07 232.59 -
System Red Green Blue C M Y K H S L
Decimal 212 2 7 0 0.99 0.97 0.17 358.57 0.98 0.42
Hex D4 2 7 0 63 61 11 167 62 2A
Octal 324 2 7 0 143 141 21 547 142 52
Binary 11010100 10 111 0 1100011 1100001 10001 101100111 1100010 101010

Color Harmonies of #D40207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40207

Black with #D40207

Text Example


Text Example

White with #D40207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40207; }

 p { color: rgb(212,2,7); }

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

background-color css

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

 a { background-color: rgb(212,2,7); }

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

border-color css

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

 span { border-color: rgb(212,2,7); }

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