Html Css Color HEX #C90625 Venetian Red

📋 copy color: '#C90625'

red 201 ◦ green 6 ◦ blue 37

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

Shades of Venetian Red #C90625

Tints of Venetian Red #C90625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.46%

 BLUE value IS 37 (14.84% from 255) = 15.16%

R = 82.38%
G = 2.46%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C90625 (or 0xC90625) is known color: Venetian Red. HEX triplet: C9, 06 and 25. RGB value is (201,6,37). Sum of RGB (Red+Green+Blue) = 201+6+37=244 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.38% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 201 - color contains mainly: red. Hex color #C90625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90625 is #36F9DA. Grayscale: #434343. Windows color (decimal): -3602907 or 2426569. OLE color: 2426569.

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

Color convert

RGB 201 6 37 -
CMYK 0 0.97 0.82 0.21
HSL 350.46º 0.94% 0.41% -
HSV(B) 350.46º 0.97% 0.79% -
XYZ 24.49 12.68 2.91 -
YUV 67.84 110.6 222.98 -
System Red Green Blue C M Y K H S L
Decimal 201 6 37 0 0.97 0.82 0.21 350.46 0.94 0.41
Hex C9 6 25 0 61 52 15 15E 5E 29
Octal 311 6 45 0 141 122 25 536 136 51
Binary 11001001 110 100101 0 1100001 1010010 10101 101011110 1011110 101001

Color Harmonies of #C90625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90625

Black with #C90625

Text Example


Text Example

White with #C90625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90625; }

 p { color: rgb(201,6,37); }

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

background-color css

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

 a { background-color: rgb(201,6,37); }

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

border-color css

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

 span { border-color: rgb(201,6,37); }

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