Html Css Color HEX #C90919 Venetian Red

📋 copy color: '#C90919'

red 201 ◦ green 9 ◦ blue 25

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

Shades of Venetian Red #C90919

Tints of Venetian Red #C90919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.83%

 BLUE value IS 25 (10.16% from 255) = 10.64%

R = 85.53%
G = 3.83%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C90919 (or 0xC90919) is known color: Venetian Red. HEX triplet: C9, 09 and 19. RGB value is (201,9,25). Sum of RGB (Red+Green+Blue) = 201+9+25=235 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.53% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 201 - color contains mainly: red. Hex color #C90919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90919 is #36F6E6. Grayscale: #444444. Windows color (decimal): -3602151 or 1640905. OLE color: 1640905.

HSL color Cylindrical-coordinate representation of color #C90919: hue angle of 355º degrees, saturation: 0.91, 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 #C90919 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 9 25 -
CMYK 0 0.96 0.88 0.21
HSL 355º 0.91% 0.41% -
HSV(B) 355º 0.96% 0.79% -
XYZ 24.36 12.68 2.08 -
YUV 68.23 103.61 222.7 -
System Red Green Blue C M Y K H S L
Decimal 201 9 25 0 0.96 0.88 0.21 355 0.91 0.41
Hex C9 9 19 0 60 58 15 163 5B 29
Octal 311 11 31 0 140 130 25 543 133 51
Binary 11001001 1001 11001 0 1100000 1011000 10101 101100011 1011011 101001

Color Harmonies of #C90919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90919

Black with #C90919

Text Example


Text Example

White with #C90919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90919; }

 p { color: rgb(201,9,25); }

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

background-color css

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

 a { background-color: rgb(201,9,25); }

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

border-color css

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

 span { border-color: rgb(201,9,25); }

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