Html Css Color HEX #D90207 Venetian Red

📋 copy color: '#D90207'

red 217 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #D90207

Tints of Venetian Red #D90207

RGB

 RED value IS 217 (85.16% from 255) = 96.02%

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

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

R = 96.02%
G = 0.88%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D90207 (or 0xD90207) is known color: Venetian Red. HEX triplet: D9, 02 and 07. RGB value is (217,2,7). Sum of RGB (Red+Green+Blue) = 217+2+7=226 (29% of max value = 765). Red value is 217 (85.16% from 255 or 96.02% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 217 - color contains mainly: red. Hex color #D90207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90207 is #26FDF8. Grayscale: #434343. Windows color (decimal): -2555385 or 459481. OLE color: 459481.

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

Color convert

RGB 217 2 7 -
CMYK 0 0.99 0.97 0.15
HSL 358.6º 0.98% 0.43% -
HSV(B) 358.6º 0.99% 0.85% -
XYZ 28.68 14.81 1.55 -
YUV 66.86 94.23 235.09 -
System Red Green Blue C M Y K H S L
Decimal 217 2 7 0 0.99 0.97 0.15 358.6 0.98 0.43
Hex D9 2 7 0 63 61 F 167 62 2B
Octal 331 2 7 0 143 141 17 547 142 53
Binary 11011001 10 111 0 1100011 1100001 1111 101100111 1100010 101011

Color Harmonies of #D90207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90207

Black with #D90207

Text Example


Text Example

White with #D90207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90207; }

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

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

background-color css

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

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

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

border-color css

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

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

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