Html Css Color HEX #C90225 Venetian Red

📋 copy color: '#C90225'

red 201 ◦ green 2 ◦ blue 37

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

Shades of Venetian Red #C90225

Tints of Venetian Red #C90225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 83.75%
G = 0.83%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C90225 (or 0xC90225) is known color: Venetian Red. HEX triplet: C9, 02 and 25. RGB value is (201,2,37). Sum of RGB (Red+Green+Blue) = 201+2+37=240 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.75% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 201 - color contains mainly: red. Hex color #C90225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90225 is #36FDDA. Grayscale: #414141. Windows color (decimal): -3603931 or 2425545. OLE color: 2425545.

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

Color convert

RGB 201 2 37 -
CMYK 0 0.99 0.82 0.21
HSL 349.45º 0.98% 0.4% -
HSV(B) 349.45º 0.99% 0.79% -
XYZ 24.44 12.59 2.89 -
YUV 65.49 111.93 224.65 -
System Red Green Blue C M Y K H S L
Decimal 201 2 37 0 0.99 0.82 0.21 349.45 0.98 0.4
Hex C9 2 25 0 63 52 15 15D 62 28
Octal 311 2 45 0 143 122 25 535 142 50
Binary 11001001 10 100101 0 1100011 1010010 10101 101011101 1100010 101000

Color Harmonies of #C90225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90225

Black with #C90225

Text Example


Text Example

White with #C90225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90225; }

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

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

background-color css

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

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

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

border-color css

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

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

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