Html Css Color HEX #C20625 Venetian Red

📋 copy color: '#C20625'

red 194 ◦ green 6 ◦ blue 37

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

Shades of Venetian Red #C20625

Tints of Venetian Red #C20625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.53%

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

R = 81.86%
G = 2.53%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C20625 (or 0xC20625) is known color: Venetian Red. HEX triplet: C2, 06 and 25. RGB value is (194,6,37). Sum of RGB (Red+Green+Blue) = 194+6+37=237 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.86% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 194 - color contains mainly: red. Hex color #C20625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20625 is #3DF9DA. Grayscale: #414141. Windows color (decimal): -4061659 or 2426562. OLE color: 2426562.

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

Color convert

RGB 194 6 37 -
CMYK 0 0.97 0.81 0.24
HSL 350.11º 0.94% 0.39% -
HSV(B) 350.11º 0.97% 0.76% -
XYZ 22.65 11.73 2.82 -
YUV 65.75 111.78 219.48 -
System Red Green Blue C M Y K H S L
Decimal 194 6 37 0 0.97 0.81 0.24 350.11 0.94 0.39
Hex C2 6 25 0 61 51 18 15E 5E 27
Octal 302 6 45 0 141 121 30 536 136 47
Binary 11000010 110 100101 0 1100001 1010001 11000 101011110 1011110 100111

Color Harmonies of #C20625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20625

Black with #C20625

Text Example


Text Example

White with #C20625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20625; }

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

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

background-color css

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

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

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

border-color css

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

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

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