Html Css Color HEX #C00718 Venetian Red

📋 copy color: '#C00718'

red 192 ◦ green 7 ◦ blue 24

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

Shades of Venetian Red #C00718

Tints of Venetian Red #C00718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.76%

R = 86.1%
G = 3.14%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C00718 (or 0xC00718) is known color: Venetian Red. HEX triplet: C0, 07 and 18. RGB value is (192,7,24). Sum of RGB (Red+Green+Blue) = 192+7+24=223 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.10% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 192 - color contains mainly: red. Hex color #C00718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00718 is #3FF8E7. Grayscale: #404040. Windows color (decimal): -4192488 or 1574848. OLE color: 1574848.

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

Color convert

RGB 192 7 24 -
CMYK 0 0.96 0.88 0.25
HSL 354.49º 0.93% 0.39% -
HSV(B) 354.49º 0.96% 0.75% -
XYZ 21.98 11.42 1.91 -
YUV 64.25 105.29 219.12 -
System Red Green Blue C M Y K H S L
Decimal 192 7 24 0 0.96 0.88 0.25 354.49 0.93 0.39
Hex C0 7 18 0 60 58 19 162 5D 27
Octal 300 7 30 0 140 130 31 542 135 47
Binary 11000000 111 11000 0 1100000 1011000 11001 101100010 1011101 100111

Color Harmonies of #C00718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00718

Black with #C00718

Text Example


Text Example

White with #C00718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00718; }

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

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

background-color css

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

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

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

border-color css

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

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

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