Html Css Color HEX #C01314 Venetian Red

📋 copy color: '#C01314'

red 192 ◦ green 19 ◦ blue 20

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

Shades of Venetian Red #C01314

Tints of Venetian Red #C01314

RGB

 RED value IS 192 (75.39% from 255) = 83.12%

 GREEN value IS 19 (7.81% from 255) = 8.23%

 BLUE value IS 20 (8.2% from 255) = 8.66%

R = 83.12%
G = 8.23%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C01314 (or 0xC01314) is known color: Venetian Red. HEX triplet: C0, 13 and 14. RGB value is (192,19,20). Sum of RGB (Red+Green+Blue) = 192+19+20=231 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.12% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 192 - color contains mainly: red. Hex color #C01314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01314 is #3FECEB. Grayscale: #474747. Windows color (decimal): -4189420 or 1315776. OLE color: 1315776.

HSL color Cylindrical-coordinate representation of color #C01314: hue angle of 359.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01314 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 20 -
CMYK 0 0.90 0.90 0.25
HSL 359.65º 0.82% 0.41% -
HSV(B) 359.65º 0.9% 0.75% -
XYZ 22.1 11.72 1.76 -
YUV 70.84 99.31 214.42 -
System Red Green Blue C M Y K H S L
Decimal 192 19 20 0 0.90 0.90 0.25 359.65 0.82 0.41
Hex C0 13 14 0 5A 5A 19 168 52 29
Octal 300 23 24 0 132 132 31 550 122 51
Binary 11000000 10011 10100 0 1011010 1011010 11001 101101000 1010010 101001

Color Harmonies of #C01314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01314

Black with #C01314

Text Example


Text Example

White with #C01314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01314; }

 p { color: rgb(192,19,20); }

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

background-color css

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

 a { background-color: rgb(192,19,20); }

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

border-color css

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

 span { border-color: rgb(192,19,20); }

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