Html Css Color HEX #C90613 Venetian Red

📋 copy color: '#C90613'

red 201 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #C90613

Tints of Venetian Red #C90613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.65%

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

R = 88.94%
G = 2.65%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C90613 (or 0xC90613) is known color: Venetian Red. HEX triplet: C9, 06 and 13. RGB value is (201,6,19). Sum of RGB (Red+Green+Blue) = 201+6+19=226 (29% of max value = 765). Red value is 201 (78.91% from 255 or 88.94% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 201 - color contains mainly: red. Hex color #C90613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90613 is #36F9EC. Grayscale: #414141. Windows color (decimal): -3602925 or 1246921. OLE color: 1246921.

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

Color convert

RGB 201 6 19 -
CMYK 0 0.97 0.91 0.21
HSL 356º 0.94% 0.41% -
HSV(B) 356º 0.97% 0.79% -
XYZ 24.27 12.59 1.77 -
YUV 65.79 101.6 224.44 -
System Red Green Blue C M Y K H S L
Decimal 201 6 19 0 0.97 0.91 0.21 356 0.94 0.41
Hex C9 6 13 0 61 5B 15 164 5E 29
Octal 311 6 23 0 141 133 25 544 136 51
Binary 11001001 110 10011 0 1100001 1011011 10101 101100100 1011110 101001

Color Harmonies of #C90613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90613

Black with #C90613

Text Example


Text Example

White with #C90613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90613; }

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

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

background-color css

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

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

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

border-color css

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

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

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