Html Css Color HEX #C20005 Venetian Red

📋 copy color: '#C20005'

red 194 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #C20005

Tints of Venetian Red #C20005

RGB

 RED value IS 194 (76.17% from 255) = 97.49%

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

 BLUE value IS 5 (2.34% from 255) = 2.51%

R = 97.49%
G = 0%
B = 2.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C20005 (or 0xC20005) is known color: Venetian Red. HEX triplet: C2, 00 and 05. RGB value is (194,0,5). Sum of RGB (Red+Green+Blue) = 194+0+5=199 (26% of max value = 765). Red value is 194 (76.17% from 255 or 97.49% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 194 - color contains mainly: red. Hex color #C20005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20005 is #3DFFFA. Grayscale: #3A3A3A. Windows color (decimal): -4063227 or 327874. OLE color: 327874.

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

Color convert

RGB 194 0 5 -
CMYK 0 1 0.97 0.24
HSL 358.45º 1% 0.38% -
HSV(B) 358.45º 1% 0.76% -
XYZ 22.28 11.48 1.19 -
YUV 58.58 97.77 224.59 -
System Red Green Blue C M Y K H S L
Decimal 194 0 5 0 1 0.97 0.24 358.45 1 0.38
Hex C2 0 5 0 64 61 18 166 64 26
Octal 302 0 5 0 144 141 30 546 144 46
Binary 11000010 0 101 0 1100100 1100001 11000 101100110 1100100 100110

Color Harmonies of #C20005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20005

Black with #C20005

Text Example


Text Example

White with #C20005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20005; }

 p { color: rgb(194,0,5); }

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

background-color css

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

 a { background-color: rgb(194,0,5); }

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

border-color css

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

 span { border-color: rgb(194,0,5); }

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