Html Css Color HEX #C00629 Venetian Red

📋 copy color: '#C00629'

red 192 ◦ green 6 ◦ blue 41

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

Shades of Venetian Red #C00629

Tints of Venetian Red #C00629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.51%

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

R = 80.33%
G = 2.51%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C00629 (or 0xC00629) is known color: Venetian Red. HEX triplet: C0, 06 and 29. RGB value is (192,6,41). Sum of RGB (Red+Green+Blue) = 192+6+41=239 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.33% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 192 - color contains mainly: red. Hex color #C00629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00629 is #3FF9D6. Grayscale: #414141. Windows color (decimal): -4192727 or 2688704. OLE color: 2688704.

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

Color convert

RGB 192 6 41 -
CMYK 0 0.97 0.79 0.25
HSL 348.71º 0.94% 0.39% -
HSV(B) 348.71º 0.97% 0.75% -
XYZ 22.2 11.5 3.15 -
YUV 65.6 114.12 218.15 -
System Red Green Blue C M Y K H S L
Decimal 192 6 41 0 0.97 0.79 0.25 348.71 0.94 0.39
Hex C0 6 29 0 61 4F 19 15D 5E 27
Octal 300 6 51 0 141 117 31 535 136 47
Binary 11000000 110 101001 0 1100001 1001111 11001 101011101 1011110 100111

Color Harmonies of #C00629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00629

Black with #C00629

Text Example


Text Example

White with #C00629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00629; }

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

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

background-color css

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

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

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

border-color css

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

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

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