Html Css Color HEX #C2040D Venetian Red

📋 copy color: '#C2040D'

red 194 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #C2040D

Tints of Venetian Red #C2040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.16%

R = 91.94%
G = 1.9%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2040D (or 0xC2040D) is known color: Venetian Red. HEX triplet: C2, 04 and 0D. RGB value is (194,4,13). Sum of RGB (Red+Green+Blue) = 194+4+13=211 (27% of max value = 765). Red value is 194 (76.17% from 255 or 91.94% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 194 - color contains mainly: red. Hex color #C2040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2040D is #3DFBF2. Grayscale: #3D3D3D. Windows color (decimal): -4062195 or 853186. OLE color: 853186.

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

Color convert

RGB 194 4 13 -
CMYK 0 0.98 0.93 0.24
HSL 357.16º 0.96% 0.39% -
HSV(B) 357.16º 0.98% 0.76% -
XYZ 22.36 11.59 1.44 -
YUV 61.84 100.45 222.27 -
System Red Green Blue C M Y K H S L
Decimal 194 4 13 0 0.98 0.93 0.24 357.16 0.96 0.39
Hex C2 4 D 0 62 5D 18 165 60 27
Octal 302 4 15 0 142 135 30 545 140 47
Binary 11000010 100 1101 0 1100010 1011101 11000 101100101 1100000 100111

Color Harmonies of #C2040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2040D

Black with #C2040D

Text Example


Text Example

White with #C2040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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