Html Css Color HEX #C40125 Venetian Red

📋 copy color: '#C40125'

red 196 ◦ green 1 ◦ blue 37

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

Shades of Venetian Red #C40125

Tints of Venetian Red #C40125

RGB

 RED value IS 196 (76.95% from 255) = 83.76%

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

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

R = 83.76%
G = 0.43%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C40125 (or 0xC40125) is known color: Venetian Red. HEX triplet: C4, 01 and 25. RGB value is (196,1,37). Sum of RGB (Red+Green+Blue) = 196+1+37=234 (30% of max value = 765). Red value is 196 (76.95% from 255 or 83.76% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 196 - color contains mainly: red. Hex color #C40125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40125 is #3BFEDA. Grayscale: #3F3F3F. Windows color (decimal): -3931867 or 2425284. OLE color: 2425284.

HSL color Cylindrical-coordinate representation of color #C40125: hue angle of 348.92º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40125 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 1 37 -
CMYK 0 0.99 0.81 0.23
HSL 348.92º 0.99% 0.39% -
HSV(B) 348.92º 0.99% 0.77% -
XYZ 23.11 11.89 2.83 -
YUV 63.41 113.1 222.57 -
System Red Green Blue C M Y K H S L
Decimal 196 1 37 0 0.99 0.81 0.23 348.92 0.99 0.39
Hex C4 1 25 0 63 51 17 15D 63 27
Octal 304 1 45 0 143 121 27 535 143 47
Binary 11000100 1 100101 0 1100011 1010001 10111 101011101 1100011 100111

Color Harmonies of #C40125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40125

Black with #C40125

Text Example


Text Example

White with #C40125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40125; }

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

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

background-color css

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

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

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

border-color css

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

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

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