Html Css Color HEX #C90725 Venetian Red

📋 copy color: '#C90725'

red 201 ◦ green 7 ◦ blue 37

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

Shades of Venetian Red #C90725

Tints of Venetian Red #C90725

RGB

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

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

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

R = 82.04%
G = 2.86%
B = 15.1%

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

#C90725 (or 0xC90725) is known color: Venetian Red. HEX triplet: C9, 07 and 25. RGB value is (201,7,37). Sum of RGB (Red+Green+Blue) = 201+7+37=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C90725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90725 is #36F8DA. Grayscale: #444444. Windows color (decimal): -3602651 or 2426825. OLE color: 2426825.

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

Color convert

RGB 201 7 37 -
CMYK 0 0.97 0.82 0.21
HSL 350.72º 0.93% 0.41% -
HSV(B) 350.72º 0.97% 0.79% -
XYZ 24.5 12.7 2.91 -
YUV 68.43 110.27 222.56 -
System Red Green Blue C M Y K H S L
Decimal 201 7 37 0 0.97 0.82 0.21 350.72 0.93 0.41
Hex C9 7 25 0 61 52 15 15F 5D 29
Octal 311 7 45 0 141 122 25 537 135 51
Binary 11001001 111 100101 0 1100001 1010010 10101 101011111 1011101 101001

Color Harmonies of #C90725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90725

Black with #C90725

Text Example


Text Example

White with #C90725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90725; }

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

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

background-color css

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

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

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

border-color css

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

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

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