Html Css Color HEX #C90825 Venetian Red

📋 copy color: '#C90825'

red 201 ◦ green 8 ◦ blue 37

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

Shades of Venetian Red #C90825

Tints of Venetian Red #C90825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.25%

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

R = 81.71%
G = 3.25%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C90825 (or 0xC90825) is known color: Venetian Red. HEX triplet: C9, 08 and 25. RGB value is (201,8,37). Sum of RGB (Red+Green+Blue) = 201+8+37=246 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.71% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 201 - color contains mainly: red. Hex color #C90825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90825 is #36F7DA. Grayscale: #454545. Windows color (decimal): -3602395 or 2427081. OLE color: 2427081.

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

Color convert

RGB 201 8 37 -
CMYK 0 0.96 0.82 0.21
HSL 350.98º 0.92% 0.41% -
HSV(B) 350.98º 0.96% 0.79% -
XYZ 24.51 12.72 2.91 -
YUV 69.01 109.94 222.14 -
System Red Green Blue C M Y K H S L
Decimal 201 8 37 0 0.96 0.82 0.21 350.98 0.92 0.41
Hex C9 8 25 0 60 52 15 15F 5C 29
Octal 311 10 45 0 140 122 25 537 134 51
Binary 11001001 1000 100101 0 1100000 1010010 10101 101011111 1011100 101001

Color Harmonies of #C90825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90825

Black with #C90825

Text Example


Text Example

White with #C90825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90825; }

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

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

background-color css

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

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

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

border-color css

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

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

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