Html Css Color HEX #C20712 Venetian Red

📋 copy color: '#C20712'

red 194 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #C20712

Tints of Venetian Red #C20712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.2%

 BLUE value IS 18 (7.42% from 255) = 8.22%

R = 88.58%
G = 3.2%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C20712 (or 0xC20712) is known color: Venetian Red. HEX triplet: C2, 07 and 12. RGB value is (194,7,18). Sum of RGB (Red+Green+Blue) = 194+7+18=219 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.58% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 194 - color contains mainly: red. Hex color #C20712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20712 is #3DF8ED. Grayscale: #404040. Windows color (decimal): -4061422 or 1181634. OLE color: 1181634.

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

Color convert

RGB 194 7 18 -
CMYK 0 0.96 0.91 0.24
HSL 356.47º 0.93% 0.39% -
HSV(B) 356.47º 0.96% 0.76% -
XYZ 22.43 11.66 1.64 -
YUV 64.17 101.95 220.61 -
System Red Green Blue C M Y K H S L
Decimal 194 7 18 0 0.96 0.91 0.24 356.47 0.93 0.39
Hex C2 7 12 0 60 5B 18 164 5D 27
Octal 302 7 22 0 140 133 30 544 135 47
Binary 11000010 111 10010 0 1100000 1011011 11000 101100100 1011101 100111

Color Harmonies of #C20712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20712

Black with #C20712

Text Example


Text Example

White with #C20712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20712; }

 p { color: rgb(194,7,18); }

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

background-color css

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

 a { background-color: rgb(194,7,18); }

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

border-color css

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

 span { border-color: rgb(194,7,18); }

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