Html Css Color HEX #C2041F Venetian Red

📋 copy color: '#C2041F'

red 194 ◦ green 4 ◦ blue 31

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

Shades of Venetian Red #C2041F

Tints of Venetian Red #C2041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.75%

 BLUE value IS 31 (12.5% from 255) = 13.54%

R = 84.72%
G = 1.75%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2041F (or 0xC2041F) is known color: Venetian Red. HEX triplet: C2, 04 and 1F. RGB value is (194,4,31). Sum of RGB (Red+Green+Blue) = 194+4+31=229 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.72% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 194 - color contains mainly: red. Hex color #C2041F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2041F is #3DFBE0. Grayscale: #3F3F3F. Windows color (decimal): -4062177 or 2032834. OLE color: 2032834.

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

Color convert

RGB 194 4 31 -
CMYK 0 0.98 0.84 0.24
HSL 351.47º 0.96% 0.39% -
HSV(B) 351.47º 0.98% 0.76% -
XYZ 22.54 11.66 2.36 -
YUV 63.89 109.45 220.8 -
System Red Green Blue C M Y K H S L
Decimal 194 4 31 0 0.98 0.84 0.24 351.47 0.96 0.39
Hex C2 4 1F 0 62 54 18 15F 60 27
Octal 302 4 37 0 142 124 30 537 140 47
Binary 11000010 100 11111 0 1100010 1010100 11000 101011111 1100000 100111

Color Harmonies of #C2041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2041F

Black with #C2041F

Text Example


Text Example

White with #C2041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2041F; }

 p { color: rgb(194,4,31); }

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

background-color css

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

 a { background-color: rgb(194,4,31); }

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

border-color css

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

 span { border-color: rgb(194,4,31); }

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