Html Css Color HEX #C5050C Venetian Red

📋 copy color: '#C5050C'

red 197 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #C5050C

Tints of Venetian Red #C5050C

RGB

 RED value IS 197 (77.34% from 255) = 92.06%

 GREEN value IS 5 (2.34% from 255) = 2.34%

 BLUE value IS 12 (5.08% from 255) = 5.61%

R = 92.06%
G = 2.34%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5050C (or 0xC5050C) is known color: Venetian Red. HEX triplet: C5, 05 and 0C. RGB value is (197,5,12). Sum of RGB (Red+Green+Blue) = 197+5+12=214 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.06% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 197 - color contains mainly: red. Hex color #C5050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5050C is #3AFAF3. Grayscale: #3F3F3F. Windows color (decimal): -3865332 or 787909. OLE color: 787909.

HSL color Cylindrical-coordinate representation of color #C5050C: hue angle of 357.81º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5050C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 5 12 -
CMYK 0 0.97 0.94 0.23
HSL 357.81º 0.95% 0.4% -
HSV(B) 357.81º 0.97% 0.77% -
XYZ 23.15 12.01 1.45 -
YUV 63.21 99.11 223.43 -
System Red Green Blue C M Y K H S L
Decimal 197 5 12 0 0.97 0.94 0.23 357.81 0.95 0.4
Hex C5 5 C 0 61 5E 17 166 5F 28
Octal 305 5 14 0 141 136 27 546 137 50
Binary 11000101 101 1100 0 1100001 1011110 10111 101100110 1011111 101000

Color Harmonies of #C5050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5050C

Black with #C5050C

Text Example


Text Example

White with #C5050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5050C; }

 p { color: rgb(197,5,12); }

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

background-color css

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

 a { background-color: rgb(197,5,12); }

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

border-color css

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

 span { border-color: rgb(197,5,12); }

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