Html Css Color HEX #C20725 Venetian Red

📋 copy color: '#C20725'

red 194 ◦ green 7 ◦ blue 37

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

Shades of Venetian Red #C20725

Tints of Venetian Red #C20725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.55%

R = 81.51%
G = 2.94%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C20725 (or 0xC20725) is known color: Venetian Red. HEX triplet: C2, 07 and 25. RGB value is (194,7,37). Sum of RGB (Red+Green+Blue) = 194+7+37=238 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.51% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 194 - color contains mainly: red. Hex color #C20725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20725 is #3DF8DA. Grayscale: #424242. Windows color (decimal): -4061403 or 2426818. OLE color: 2426818.

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

Color convert

RGB 194 7 37 -
CMYK 0 0.96 0.81 0.24
HSL 350.37º 0.93% 0.39% -
HSV(B) 350.37º 0.96% 0.76% -
XYZ 22.66 11.75 2.82 -
YUV 66.33 111.45 219.06 -
System Red Green Blue C M Y K H S L
Decimal 194 7 37 0 0.96 0.81 0.24 350.37 0.93 0.39
Hex C2 7 25 0 60 51 18 15E 5D 27
Octal 302 7 45 0 140 121 30 536 135 47
Binary 11000010 111 100101 0 1100000 1010001 11000 101011110 1011101 100111

Color Harmonies of #C20725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20725

Black with #C20725

Text Example


Text Example

White with #C20725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20725; }

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

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

background-color css

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

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

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

border-color css

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

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

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