Html Css Color HEX #D90222 Venetian Red

📋 copy color: '#D90222'

red 217 ◦ green 2 ◦ blue 34

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

Shades of Venetian Red #D90222

Tints of Venetian Red #D90222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.44%

R = 85.77%
G = 0.79%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D90222 (or 0xD90222) is known color: Venetian Red. HEX triplet: D9, 02 and 22. RGB value is (217,2,34). Sum of RGB (Red+Green+Blue) = 217+2+34=253 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.77% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 217 - color contains mainly: red. Hex color #D90222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90222 is #26FDDD. Grayscale: #464646. Windows color (decimal): -2555358 or 2228953. OLE color: 2228953.

HSL color Cylindrical-coordinate representation of color #D90222: hue angle of 351.07º 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 #D90222 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 2 34 -
CMYK 0 0.99 0.84 0.15
HSL 351.07º 0.98% 0.43% -
HSV(B) 351.07º 0.99% 0.85% -
XYZ 28.93 14.91 2.87 -
YUV 69.93 107.73 232.9 -
System Red Green Blue C M Y K H S L
Decimal 217 2 34 0 0.99 0.84 0.15 351.07 0.98 0.43
Hex D9 2 22 0 63 54 F 15F 62 2B
Octal 331 2 42 0 143 124 17 537 142 53
Binary 11011001 10 100010 0 1100011 1010100 1111 101011111 1100010 101011

Color Harmonies of #D90222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90222

Black with #D90222

Text Example


Text Example

White with #D90222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90222; }

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

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

background-color css

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

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

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

border-color css

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

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

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