Html Css Color HEX #C90529 Venetian Red

📋 copy color: '#C90529'

red 201 ◦ green 5 ◦ blue 41

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

Shades of Venetian Red #C90529

Tints of Venetian Red #C90529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

 BLUE value IS 41 (16.41% from 255) = 16.6%

R = 81.38%
G = 2.02%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C90529 (or 0xC90529) is known color: Venetian Red. HEX triplet: C9, 05 and 29. RGB value is (201,5,41). Sum of RGB (Red+Green+Blue) = 201+5+41=247 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.38% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 201 - color contains mainly: red. Hex color #C90529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90529 is #36FAD6. Grayscale: #434343. Windows color (decimal): -3603159 or 2688457. OLE color: 2688457.

HSL color Cylindrical-coordinate representation of color #C90529: hue angle of 348.98º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90529 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 5 41 -
CMYK 0 0.98 0.80 0.21
HSL 348.98º 0.95% 0.4% -
HSV(B) 348.98º 0.98% 0.79% -
XYZ 24.54 12.69 3.25 -
YUV 67.71 112.93 223.07 -
System Red Green Blue C M Y K H S L
Decimal 201 5 41 0 0.98 0.80 0.21 348.98 0.95 0.4
Hex C9 5 29 0 62 50 15 15D 5F 28
Octal 311 5 51 0 142 120 25 535 137 50
Binary 11001001 101 101001 0 1100010 1010000 10101 101011101 1011111 101000

Color Harmonies of #C90529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90529

Black with #C90529

Text Example


Text Example

White with #C90529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90529; }

 p { color: rgb(201,5,41); }

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

background-color css

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

 a { background-color: rgb(201,5,41); }

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

border-color css

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

 span { border-color: rgb(201,5,41); }

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