Html Css Color HEX #C90813 Venetian Red

📋 copy color: '#C90813'

red 201 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #C90813

Tints of Venetian Red #C90813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.33%

R = 88.16%
G = 3.51%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C90813 (or 0xC90813) is known color: Venetian Red. HEX triplet: C9, 08 and 13. RGB value is (201,8,19). Sum of RGB (Red+Green+Blue) = 201+8+19=228 (30% of max value = 765). Red value is 201 (78.91% from 255 or 88.16% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 201 - color contains mainly: red. Hex color #C90813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90813 is #36F7EC. Grayscale: #434343. Windows color (decimal): -3602413 or 1247433. OLE color: 1247433.

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

Color convert

RGB 201 8 19 -
CMYK 0 0.96 0.91 0.21
HSL 356.58º 0.92% 0.41% -
HSV(B) 356.58º 0.96% 0.79% -
XYZ 24.29 12.64 1.78 -
YUV 66.96 100.94 223.61 -
System Red Green Blue C M Y K H S L
Decimal 201 8 19 0 0.96 0.91 0.21 356.58 0.92 0.41
Hex C9 8 13 0 60 5B 15 165 5C 29
Octal 311 10 23 0 140 133 25 545 134 51
Binary 11001001 1000 10011 0 1100000 1011011 10101 101100101 1011100 101001

Color Harmonies of #C90813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90813

Black with #C90813

Text Example


Text Example

White with #C90813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90813; }

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

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

background-color css

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

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

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

border-color css

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

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

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