Html Css Color HEX #C90726 Venetian Red

📋 copy color: '#C90726'

red 201 ◦ green 7 ◦ blue 38

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

Shades of Venetian Red #C90726

Tints of Venetian Red #C90726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.45%

R = 81.71%
G = 2.85%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C90726 (or 0xC90726) is known color: Venetian Red. HEX triplet: C9, 07 and 26. RGB value is (201,7,38). Sum of RGB (Red+Green+Blue) = 201+7+38=246 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.71% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 201 - color contains mainly: red. Hex color #C90726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90726 is #36F8D9. Grayscale: #444444. Windows color (decimal): -3602650 or 2492361. OLE color: 2492361.

HSL color Cylindrical-coordinate representation of color #C90726: hue angle of 350.41º 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 #C90726 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 7 38 -
CMYK 0 0.97 0.81 0.21
HSL 350.41º 0.93% 0.41% -
HSV(B) 350.41º 0.97% 0.79% -
XYZ 24.51 12.71 2.99 -
YUV 68.54 110.77 222.48 -
System Red Green Blue C M Y K H S L
Decimal 201 7 38 0 0.97 0.81 0.21 350.41 0.93 0.41
Hex C9 7 26 0 61 51 15 15E 5D 29
Octal 311 7 46 0 141 121 25 536 135 51
Binary 11001001 111 100110 0 1100001 1010001 10101 101011110 1011101 101001

Color Harmonies of #C90726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90726

Black with #C90726

Text Example


Text Example

White with #C90726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90726; }

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

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

background-color css

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

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

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

border-color css

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

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

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