Html Css Color HEX #C2050F Venetian Red

📋 copy color: '#C2050F'

red 194 ◦ green 5 ◦ blue 15

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

Shades of Venetian Red #C2050F

Tints of Venetian Red #C2050F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.01%

R = 90.65%
G = 2.34%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2050F (or 0xC2050F) is known color: Venetian Red. HEX triplet: C2, 05 and 0F. RGB value is (194,5,15). Sum of RGB (Red+Green+Blue) = 194+5+15=214 (28% of max value = 765). Red value is 194 (76.17% from 255 or 90.65% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 194 - color contains mainly: red. Hex color #C2050F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2050F is #3DFAF0. Grayscale: #3E3E3E. Windows color (decimal): -4061937 or 984514. OLE color: 984514.

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

Color convert

RGB 194 5 15 -
CMYK 0 0.97 0.92 0.24
HSL 356.83º 0.95% 0.39% -
HSV(B) 356.83º 0.97% 0.76% -
XYZ 22.39 11.61 1.51 -
YUV 62.65 101.12 221.69 -
System Red Green Blue C M Y K H S L
Decimal 194 5 15 0 0.97 0.92 0.24 356.83 0.95 0.39
Hex C2 5 F 0 61 5C 18 165 5F 27
Octal 302 5 17 0 141 134 30 545 137 47
Binary 11000010 101 1111 0 1100001 1011100 11000 101100101 1011111 100111

Color Harmonies of #C2050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2050F

Black with #C2050F

Text Example


Text Example

White with #C2050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2050F; }

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

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

background-color css

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

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

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

border-color css

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

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

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