Html Css Color HEX #C20125 Venetian Red

📋 copy color: '#C20125'

red 194 ◦ green 1 ◦ blue 37

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

Shades of Venetian Red #C20125

Tints of Venetian Red #C20125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 83.62%
G = 0.43%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C20125 (or 0xC20125) is known color: Venetian Red. HEX triplet: C2, 01 and 25. RGB value is (194,1,37). Sum of RGB (Red+Green+Blue) = 194+1+37=232 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.62% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 194 - color contains mainly: red. Hex color #C20125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20125 is #3DFEDA. Grayscale: #3E3E3E. Windows color (decimal): -4062939 or 2425282. OLE color: 2425282.

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

Color convert

RGB 194 1 37 -
CMYK 0 0.99 0.81 0.24
HSL 348.81º 0.99% 0.38% -
HSV(B) 348.81º 0.99% 0.76% -
XYZ 22.59 11.62 2.8 -
YUV 62.81 113.44 221.57 -
System Red Green Blue C M Y K H S L
Decimal 194 1 37 0 0.99 0.81 0.24 348.81 0.99 0.38
Hex C2 1 25 0 63 51 18 15D 63 26
Octal 302 1 45 0 143 121 30 535 143 46
Binary 11000010 1 100101 0 1100011 1010001 11000 101011101 1100011 100110

Color Harmonies of #C20125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20125

Black with #C20125

Text Example


Text Example

White with #C20125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20125; }

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

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

background-color css

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

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

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

border-color css

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

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

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