Html Css Color HEX #C20207 Venetian Red

📋 copy color: '#C20207'

red 194 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #C20207

Tints of Venetian Red #C20207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 7 (3.13% from 255) = 3.45%

R = 95.57%
G = 0.99%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C20207 (or 0xC20207) is known color: Venetian Red. HEX triplet: C2, 02 and 07. RGB value is (194,2,7). Sum of RGB (Red+Green+Blue) = 194+2+7=203 (26% of max value = 765). Red value is 194 (76.17% from 255 or 95.57% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 194 - color contains mainly: red. Hex color #C20207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20207 is #3DFDF8. Grayscale: #3C3C3C. Windows color (decimal): -4062713 or 459458. OLE color: 459458.

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

Color convert

RGB 194 2 7 -
CMYK 0 0.99 0.96 0.24
HSL 358.44º 0.98% 0.38% -
HSV(B) 358.44º 0.99% 0.76% -
XYZ 22.31 11.53 1.25 -
YUV 59.98 98.11 223.59 -
System Red Green Blue C M Y K H S L
Decimal 194 2 7 0 0.99 0.96 0.24 358.44 0.98 0.38
Hex C2 2 7 0 63 60 18 166 62 26
Octal 302 2 7 0 143 140 30 546 142 46
Binary 11000010 10 111 0 1100011 1100000 11000 101100110 1100010 100110

Color Harmonies of #C20207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20207

Black with #C20207

Text Example


Text Example

White with #C20207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20207; }

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

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

background-color css

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

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

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

border-color css

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

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

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