Html Css Color HEX #C2051E Venetian Red

📋 copy color: '#C2051E'

red 194 ◦ green 5 ◦ blue 30

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

Shades of Venetian Red #C2051E

Tints of Venetian Red #C2051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.1%

R = 84.72%
G = 2.18%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2051E (or 0xC2051E) is known color: Venetian Red. HEX triplet: C2, 05 and 1E. RGB value is (194,5,30). Sum of RGB (Red+Green+Blue) = 194+5+30=229 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.72% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 194 - color contains mainly: red. Hex color #C2051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2051E is #3DFAE1. Grayscale: #404040. Windows color (decimal): -4061922 or 1967554. OLE color: 1967554.

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

Color convert

RGB 194 5 30 -
CMYK 0 0.97 0.85 0.24
HSL 352.06º 0.95% 0.39% -
HSV(B) 352.06º 0.97% 0.76% -
XYZ 22.54 11.67 2.29 -
YUV 64.36 108.62 220.47 -
System Red Green Blue C M Y K H S L
Decimal 194 5 30 0 0.97 0.85 0.24 352.06 0.95 0.39
Hex C2 5 1E 0 61 55 18 160 5F 27
Octal 302 5 36 0 141 125 30 540 137 47
Binary 11000010 101 11110 0 1100001 1010101 11000 101100000 1011111 100111

Color Harmonies of #C2051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2051E

Black with #C2051E

Text Example


Text Example

White with #C2051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2051E; }

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

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

background-color css

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

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

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

border-color css

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

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

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