Html Css Color HEX #C20507 Venetian Red

📋 copy color: '#C20507'

red 194 ◦ green 5 ◦ blue 7

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

Shades of Venetian Red #C20507

Tints of Venetian Red #C20507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

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

R = 94.17%
G = 2.43%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C20507 (or 0xC20507) is known color: Venetian Red. HEX triplet: C2, 05 and 07. RGB value is (194,5,7). Sum of RGB (Red+Green+Blue) = 194+5+7=206 (27% of max value = 765). Red value is 194 (76.17% from 255 or 94.17% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 194 - color contains mainly: red. Hex color #C20507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20507 is #3DFAF8. Grayscale: #3D3D3D. Windows color (decimal): -4061945 or 460226. OLE color: 460226.

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

Color convert

RGB 194 5 7 -
CMYK 0 0.97 0.96 0.24
HSL 359.37º 0.95% 0.39% -
HSV(B) 359.37º 0.97% 0.76% -
XYZ 22.34 11.59 1.26 -
YUV 61.74 97.12 222.34 -
System Red Green Blue C M Y K H S L
Decimal 194 5 7 0 0.97 0.96 0.24 359.37 0.95 0.39
Hex C2 5 7 0 61 60 18 167 5F 27
Octal 302 5 7 0 141 140 30 547 137 47
Binary 11000010 101 111 0 1100001 1100000 11000 101100111 1011111 100111

Color Harmonies of #C20507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20507

Black with #C20507

Text Example


Text Example

White with #C20507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20507; }

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

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

background-color css

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

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

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

border-color css

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

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

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