Html Css Color HEX #C90819 Venetian Red

📋 copy color: '#C90819'

red 201 ◦ green 8 ◦ blue 25

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

Shades of Venetian Red #C90819

Tints of Venetian Red #C90819

RGB

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

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

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

R = 85.9%
G = 3.42%
B = 10.68%

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

#C90819 (or 0xC90819) is known color: Venetian Red. HEX triplet: C9, 08 and 19. RGB value is (201,8,25). Sum of RGB (Red+Green+Blue) = 201+8+25=234 (30% of max value = 765). Red value is 201 (78.91% from 255 or 85.90% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 201 - color contains mainly: red. Hex color #C90819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90819 is #36F7E6. Grayscale: #434343. Windows color (decimal): -3602407 or 1640649. OLE color: 1640649.

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

Color convert

RGB 201 8 25 -
CMYK 0 0.96 0.88 0.21
HSL 354.72º 0.92% 0.41% -
HSV(B) 354.72º 0.96% 0.79% -
XYZ 24.35 12.66 2.08 -
YUV 67.65 103.94 223.12 -
System Red Green Blue C M Y K H S L
Decimal 201 8 25 0 0.96 0.88 0.21 354.72 0.92 0.41
Hex C9 8 19 0 60 58 15 163 5C 29
Octal 311 10 31 0 140 130 25 543 134 51
Binary 11001001 1000 11001 0 1100000 1011000 10101 101100011 1011100 101001

Color Harmonies of #C90819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90819

Black with #C90819

Text Example


Text Example

White with #C90819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90819; }

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

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

background-color css

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

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

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

border-color css

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

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

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