Html Css Color HEX #C90721 Venetian Red

📋 copy color: '#C90721'

red 201 ◦ green 7 ◦ blue 33

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

Shades of Venetian Red #C90721

Tints of Venetian Red #C90721

RGB

 RED value IS 201 (78.91% from 255) = 83.4%

 GREEN value IS 7 (3.13% from 255) = 2.9%

 BLUE value IS 33 (13.28% from 255) = 13.69%

R = 83.4%
G = 2.9%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C90721 (or 0xC90721) is known color: Venetian Red. HEX triplet: C9, 07 and 21. RGB value is (201,7,33). Sum of RGB (Red+Green+Blue) = 201+7+33=241 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.40% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 201 - color contains mainly: red. Hex color #C90721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90721 is #36F8DE. Grayscale: #444444. Windows color (decimal): -3602655 or 2164681. OLE color: 2164681.

HSL color Cylindrical-coordinate representation of color #C90721: hue angle of 351.96º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90721 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 7 33 -
CMYK 0 0.97 0.84 0.21
HSL 351.96º 0.93% 0.41% -
HSV(B) 351.96º 0.97% 0.79% -
XYZ 24.44 12.68 2.6 -
YUV 67.97 108.27 222.89 -
System Red Green Blue C M Y K H S L
Decimal 201 7 33 0 0.97 0.84 0.21 351.96 0.93 0.41
Hex C9 7 21 0 61 54 15 160 5D 29
Octal 311 7 41 0 141 124 25 540 135 51
Binary 11001001 111 100001 0 1100001 1010100 10101 101100000 1011101 101001

Color Harmonies of #C90721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90721

Black with #C90721

Text Example


Text Example

White with #C90721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90721; }

 p { color: rgb(201,7,33); }

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

background-color css

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

 a { background-color: rgb(201,7,33); }

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

border-color css

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

 span { border-color: rgb(201,7,33); }

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