Html Css Color HEX #C90125 Venetian Red

📋 copy color: '#C90125'

red 201 ◦ green 1 ◦ blue 37

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

Shades of Venetian Red #C90125

Tints of Venetian Red #C90125

RGB

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

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

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

R = 84.1%
G = 0.42%
B = 15.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C90125 (or 0xC90125) is known color: Venetian Red. HEX triplet: C9, 01 and 25. RGB value is (201,1,37). Sum of RGB (Red+Green+Blue) = 201+1+37=239 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.10% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 201 - color contains mainly: red. Hex color #C90125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90125 is #36FEDA. Grayscale: #404040. Windows color (decimal): -3604187 or 2425289. OLE color: 2425289.

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

Color convert

RGB 201 1 37 -
CMYK 0 1.00 0.82 0.21
HSL 349.2º 0.99% 0.4% -
HSV(B) 349.2º 1% 0.79% -
XYZ 24.43 12.57 2.89 -
YUV 64.9 112.26 225.07 -
System Red Green Blue C M Y K H S L
Decimal 201 1 37 0 1.00 0.82 0.21 349.2 0.99 0.4
Hex C9 1 25 0 64 52 15 15D 63 28
Octal 311 1 45 0 144 122 25 535 143 50
Binary 11001001 1 100101 0 1100100 1010010 10101 101011101 1100011 101000

Color Harmonies of #C90125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90125

Black with #C90125

Text Example


Text Example

White with #C90125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90125; }

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

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

background-color css

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

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

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

border-color css

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

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

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