Html Css Color HEX #C00726 Venetian Red

📋 copy color: '#C00726'

red 192 ◦ green 7 ◦ blue 38

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

Shades of Venetian Red #C00726

Tints of Venetian Red #C00726

RGB

 RED value IS 192 (75.39% from 255) = 81.01%

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

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

R = 81.01%
G = 2.95%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C00726 (or 0xC00726) is known color: Venetian Red. HEX triplet: C0, 07 and 26. RGB value is (192,7,38). Sum of RGB (Red+Green+Blue) = 192+7+38=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C00726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00726 is #3FF8D9. Grayscale: #414141. Windows color (decimal): -4192474 or 2492352. OLE color: 2492352.

HSL color Cylindrical-coordinate representation of color #C00726: hue angle of 349.95º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00726 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 7 38 -
CMYK 0 0.96 0.80 0.25
HSL 349.95º 0.93% 0.39% -
HSV(B) 349.95º 0.96% 0.75% -
XYZ 22.16 11.5 2.88 -
YUV 65.85 112.29 217.98 -
System Red Green Blue C M Y K H S L
Decimal 192 7 38 0 0.96 0.80 0.25 349.95 0.93 0.39
Hex C0 7 26 0 60 50 19 15E 5D 27
Octal 300 7 46 0 140 120 31 536 135 47
Binary 11000000 111 100110 0 1100000 1010000 11001 101011110 1011101 100111

Color Harmonies of #C00726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00726

Black with #C00726

Text Example


Text Example

White with #C00726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00726; }

 p { color: rgb(192,7,38); }

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

background-color css

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

 a { background-color: rgb(192,7,38); }

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

border-color css

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

 span { border-color: rgb(192,7,38); }

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