Html Css Color HEX #C90129 Venetian Red

📋 copy color: '#C90129'

red 201 ◦ green 1 ◦ blue 41

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

Shades of Venetian Red #C90129

Tints of Venetian Red #C90129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 82.72%
G = 0.41%
B = 16.87%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C90129 (or 0xC90129) is known color: Venetian Red. HEX triplet: C9, 01 and 29. RGB value is (201,1,41). Sum of RGB (Red+Green+Blue) = 201+1+41=243 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.72% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 201 - color contains mainly: red. Hex color #C90129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90129 is #36FED6. Grayscale: #414141. Windows color (decimal): -3604183 or 2687433. OLE color: 2687433.

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

Color convert

RGB 201 1 41 -
CMYK 0 1.00 0.80 0.21
HSL 348º 0.99% 0.4% -
HSV(B) 348º 1% 0.79% -
XYZ 24.5 12.6 3.24 -
YUV 65.36 114.26 224.75 -
System Red Green Blue C M Y K H S L
Decimal 201 1 41 0 1.00 0.80 0.21 348 0.99 0.4
Hex C9 1 29 0 64 50 15 15C 63 28
Octal 311 1 51 0 144 120 25 534 143 50
Binary 11001001 1 101001 0 1100100 1010000 10101 101011100 1100011 101000

Color Harmonies of #C90129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90129

Black with #C90129

Text Example


Text Example

White with #C90129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90129; }

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

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

background-color css

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

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

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

border-color css

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

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

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