Html Css Color HEX #C20025 Venetian Red

📋 copy color: '#C20025'

red 194 ◦ green 0 ◦ blue 37

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

Shades of Venetian Red #C20025

Tints of Venetian Red #C20025

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.98%
G = 0%
B = 16.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C20025 (or 0xC20025) is known color: Venetian Red. HEX triplet: C2, 00 and 25. RGB value is (194,0,37). Sum of RGB (Red+Green+Blue) = 194+0+37=231 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.98% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 194 - color contains mainly: red. Hex color #C20025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20025 is #3DFFDA. Grayscale: #3E3E3E. Windows color (decimal): -4063195 or 2425026. OLE color: 2425026.

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

Color convert

RGB 194 0 37 -
CMYK 0 1 0.81 0.24
HSL 348.56º 1% 0.38% -
HSV(B) 348.56º 1% 0.76% -
XYZ 22.58 11.6 2.8 -
YUV 62.22 113.77 221.99 -
System Red Green Blue C M Y K H S L
Decimal 194 0 37 0 1 0.81 0.24 348.56 1 0.38
Hex C2 0 25 0 64 51 18 15D 64 26
Octal 302 0 45 0 144 121 30 535 144 46
Binary 11000010 0 100101 0 1100100 1010001 11000 101011101 1100100 100110

Color Harmonies of #C20025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20025

Black with #C20025

Text Example


Text Example

White with #C20025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20025; }

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

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

background-color css

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

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

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

border-color css

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

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

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