Html Css Color HEX #C70126 Venetian Red

📋 copy color: '#C70126'

red 199 ◦ green 1 ◦ blue 38

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

Shades of Venetian Red #C70126

Tints of Venetian Red #C70126

RGB

 RED value IS 199 (78.13% from 255) = 83.61%

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

 BLUE value IS 38 (15.23% from 255) = 15.97%

R = 83.61%
G = 0.42%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C70126 (or 0xC70126) is known color: Venetian Red. HEX triplet: C7, 01 and 26. RGB value is (199,1,38). Sum of RGB (Red+Green+Blue) = 199+1+38=238 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.61% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 199 - color contains mainly: red. Hex color #C70126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70126 is #38FED9. Grayscale: #404040. Windows color (decimal): -3735258 or 2490823. OLE color: 2490823.

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

Color convert

RGB 199 1 38 -
CMYK 0 0.99 0.81 0.22
HSL 348.79º 0.99% 0.39% -
HSV(B) 348.79º 0.99% 0.78% -
XYZ 23.91 12.3 2.95 -
YUV 64.42 113.1 223.99 -
System Red Green Blue C M Y K H S L
Decimal 199 1 38 0 0.99 0.81 0.22 348.79 0.99 0.39
Hex C7 1 26 0 63 51 16 15D 63 27
Octal 307 1 46 0 143 121 26 535 143 47
Binary 11000111 1 100110 0 1100011 1010001 10110 101011101 1100011 100111

Color Harmonies of #C70126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70126

Black with #C70126

Text Example


Text Example

White with #C70126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70126; }

 p { color: rgb(199,1,38); }

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

background-color css

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

 a { background-color: rgb(199,1,38); }

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

border-color css

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

 span { border-color: rgb(199,1,38); }

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