Html Css Color HEX #C20925 Venetian Red

📋 copy color: '#C20925'

red 194 ◦ green 9 ◦ blue 37

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

Shades of Venetian Red #C20925

Tints of Venetian Red #C20925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.75%

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

R = 80.83%
G = 3.75%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C20925 (or 0xC20925) is known color: Venetian Red. HEX triplet: C2, 09 and 25. RGB value is (194,9,37). Sum of RGB (Red+Green+Blue) = 194+9+37=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C20925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20925 is #3DF6DA. Grayscale: #434343. Windows color (decimal): -4060891 or 2427330. OLE color: 2427330.

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

Color convert

RGB 194 9 37 -
CMYK 0 0.95 0.81 0.24
HSL 350.92º 0.91% 0.4% -
HSV(B) 350.92º 0.95% 0.76% -
XYZ 22.68 11.8 2.83 -
YUV 67.51 110.79 218.22 -
System Red Green Blue C M Y K H S L
Decimal 194 9 37 0 0.95 0.81 0.24 350.92 0.91 0.4
Hex C2 9 25 0 5F 51 18 15F 5B 28
Octal 302 11 45 0 137 121 30 537 133 50
Binary 11000010 1001 100101 0 1011111 1010001 11000 101011111 1011011 101000

Color Harmonies of #C20925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20925

Black with #C20925

Text Example


Text Example

White with #C20925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20925; }

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

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

background-color css

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

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

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

border-color css

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

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

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