Html Css Color HEX #C00729 Venetian Red

📋 copy color: '#C00729'

red 192 ◦ green 7 ◦ blue 41

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

Shades of Venetian Red #C00729

Tints of Venetian Red #C00729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.08%

R = 80%
G = 2.92%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C00729 (or 0xC00729) is known color: Venetian Red. HEX triplet: C0, 07 and 29. RGB value is (192,7,41). Sum of RGB (Red+Green+Blue) = 192+7+41=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C00729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00729 is #3FF8D6. Grayscale: #424242. Windows color (decimal): -4192471 or 2688960. OLE color: 2688960.

HSL color Cylindrical-coordinate representation of color #C00729: hue angle of 348.97º 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 #C00729 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 7 41 -
CMYK 0 0.96 0.79 0.25
HSL 348.97º 0.93% 0.39% -
HSV(B) 348.97º 0.96% 0.75% -
XYZ 22.21 11.52 3.15 -
YUV 66.19 113.79 217.74 -
System Red Green Blue C M Y K H S L
Decimal 192 7 41 0 0.96 0.79 0.25 348.97 0.93 0.39
Hex C0 7 29 0 60 4F 19 15D 5D 27
Octal 300 7 51 0 140 117 31 535 135 47
Binary 11000000 111 101001 0 1100000 1001111 11001 101011101 1011101 100111

Color Harmonies of #C00729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00729

Black with #C00729

Text Example


Text Example

White with #C00729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00729; }

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

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

background-color css

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

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

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

border-color css

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

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

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