Html Css Color HEX #C2031F Venetian Red

📋 copy color: '#C2031F'

red 194 ◦ green 3 ◦ blue 31

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

Shades of Venetian Red #C2031F

Tints of Venetian Red #C2031F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

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

R = 85.09%
G = 1.32%
B = 13.6%

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

#C2031F (or 0xC2031F) is known color: Venetian Red. HEX triplet: C2, 03 and 1F. RGB value is (194,3,31). Sum of RGB (Red+Green+Blue) = 194+3+31=228 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.09% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 194 - color contains mainly: red. Hex color #C2031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2031F is #3DFCE0. Grayscale: #3F3F3F. Windows color (decimal): -4062433 or 2032578. OLE color: 2032578.

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

Color convert

RGB 194 3 31 -
CMYK 0 0.98 0.84 0.24
HSL 351.2º 0.97% 0.39% -
HSV(B) 351.2º 0.98% 0.76% -
XYZ 22.53 11.63 2.35 -
YUV 63.3 109.78 221.22 -
System Red Green Blue C M Y K H S L
Decimal 194 3 31 0 0.98 0.84 0.24 351.2 0.97 0.39
Hex C2 3 1F 0 62 54 18 15F 61 27
Octal 302 3 37 0 142 124 30 537 141 47
Binary 11000010 11 11111 0 1100010 1010100 11000 101011111 1100001 100111

Color Harmonies of #C2031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2031F

Black with #C2031F

Text Example


Text Example

White with #C2031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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