Html Css Color HEX #C00014 Venetian Red

📋 copy color: '#C00014'

red 192 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #C00014

Tints of Venetian Red #C00014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.57%
G = 0%
B = 9.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C00014 (or 0xC00014) is known color: Venetian Red. HEX triplet: C0, 00 and 14. RGB value is (192,0,20). Sum of RGB (Red+Green+Blue) = 192+0+20=212 (28% of max value = 765). Red value is 192 (75.39% from 255 or 90.57% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 192 - color contains mainly: red. Hex color #C00014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00014 is #3FFFEB. Grayscale: #3B3B3B. Windows color (decimal): -4194284 or 1310912. OLE color: 1310912.

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

Color convert

RGB 192 0 20 -
CMYK 0 1 0.90 0.25
HSL 353.75º 1% 0.38% -
HSV(B) 353.75º 1% 0.75% -
XYZ 21.86 11.26 1.68 -
YUV 59.69 105.61 222.37 -
System Red Green Blue C M Y K H S L
Decimal 192 0 20 0 1 0.90 0.25 353.75 1 0.38
Hex C0 0 14 0 64 5A 19 162 64 26
Octal 300 0 24 0 144 132 31 542 144 46
Binary 11000000 0 10100 0 1100100 1011010 11001 101100010 1100100 100110

Color Harmonies of #C00014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00014

Black with #C00014

Text Example


Text Example

White with #C00014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00014; }

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

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

background-color css

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

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

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

border-color css

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

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

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