Html Css Color HEX #C5052B Venetian Red

📋 copy color: '#C5052B'

red 197 ◦ green 5 ◦ blue 43

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

Shades of Venetian Red #C5052B

Tints of Venetian Red #C5052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.55%

R = 80.41%
G = 2.04%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5052B (or 0xC5052B) is known color: Venetian Red. HEX triplet: C5, 05 and 2B. RGB value is (197,5,43). Sum of RGB (Red+Green+Blue) = 197+5+43=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C5052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5052B is #3AFAD4. Grayscale: #424242. Windows color (decimal): -3865301 or 2819525. OLE color: 2819525.

HSL color Cylindrical-coordinate representation of color #C5052B: hue angle of 348.12º 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 #C5052B is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 5 43 -
CMYK 0 0.97 0.78 0.23
HSL 348.13º 0.95% 0.4% -
HSV(B) 348.13º 0.97% 0.77% -
XYZ 23.52 12.15 3.39 -
YUV 66.74 114.61 220.91 -
System Red Green Blue C M Y K H S L
Decimal 197 5 43 0 0.97 0.78 0.23 348.13 0.95 0.4
Hex C5 5 2B 0 61 4E 17 15C 5F 28
Octal 305 5 53 0 141 116 27 534 137 50
Binary 11000101 101 101011 0 1100001 1001110 10111 101011100 1011111 101000

Color Harmonies of #C5052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5052B

Black with #C5052B

Text Example


Text Example

White with #C5052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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