Html Css Color HEX #C00719 Venetian Red

📋 copy color: '#C00719'

red 192 ◦ green 7 ◦ blue 25

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

Shades of Venetian Red #C00719

Tints of Venetian Red #C00719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.16%

R = 85.71%
G = 3.13%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C00719 (or 0xC00719) is known color: Venetian Red. HEX triplet: C0, 07 and 19. RGB value is (192,7,25). Sum of RGB (Red+Green+Blue) = 192+7+25=224 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.71% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 192 - color contains mainly: red. Hex color #C00719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00719 is #3FF8E6. Grayscale: #404040. Windows color (decimal): -4192487 or 1640384. OLE color: 1640384.

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

Color convert

RGB 192 7 25 -
CMYK 0 0.96 0.87 0.25
HSL 354.16º 0.93% 0.39% -
HSV(B) 354.16º 0.96% 0.75% -
XYZ 21.99 11.43 1.97 -
YUV 64.37 105.79 219.04 -
System Red Green Blue C M Y K H S L
Decimal 192 7 25 0 0.96 0.87 0.25 354.16 0.93 0.39
Hex C0 7 19 0 60 57 19 162 5D 27
Octal 300 7 31 0 140 127 31 542 135 47
Binary 11000000 111 11001 0 1100000 1010111 11001 101100010 1011101 100111

Color Harmonies of #C00719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00719

Black with #C00719

Text Example


Text Example

White with #C00719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00719; }

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

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

background-color css

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

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

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

border-color css

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

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

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