Html Css Color HEX #C40725 Venetian Red

📋 copy color: '#C40725'

red 196 ◦ green 7 ◦ blue 37

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

Shades of Venetian Red #C40725

Tints of Venetian Red #C40725

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.92%

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

R = 81.67%
G = 2.92%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C40725 (or 0xC40725) is known color: Venetian Red. HEX triplet: C4, 07 and 25. RGB value is (196,7,37). Sum of RGB (Red+Green+Blue) = 196+7+37=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C40725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40725 is #3BF8DA. Grayscale: #434343. Windows color (decimal): -3930331 or 2426820. OLE color: 2426820.

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

Color convert

RGB 196 7 37 -
CMYK 0 0.96 0.81 0.23
HSL 350.48º 0.93% 0.4% -
HSV(B) 350.48º 0.96% 0.77% -
XYZ 23.17 12.02 2.85 -
YUV 66.93 111.12 220.06 -
System Red Green Blue C M Y K H S L
Decimal 196 7 37 0 0.96 0.81 0.23 350.48 0.93 0.4
Hex C4 7 25 0 60 51 17 15E 5D 28
Octal 304 7 45 0 140 121 27 536 135 50
Binary 11000100 111 100101 0 1100000 1010001 10111 101011110 1011101 101000

Color Harmonies of #C40725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40725

Black with #C40725

Text Example


Text Example

White with #C40725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40725; }

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

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

background-color css

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

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

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

border-color css

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

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

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