Html Css Color HEX #C00712 Venetian Red

📋 copy color: '#C00712'

red 192 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #C00712

Tints of Venetian Red #C00712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.29%

R = 88.48%
G = 3.23%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C00712 (or 0xC00712) is known color: Venetian Red. HEX triplet: C0, 07 and 12. RGB value is (192,7,18). Sum of RGB (Red+Green+Blue) = 192+7+18=217 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.48% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 192 - color contains mainly: red. Hex color #C00712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00712 is #3FF8ED. Grayscale: #3F3F3F. Windows color (decimal): -4192494 or 1181632. OLE color: 1181632.

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

Color convert

RGB 192 7 18 -
CMYK 0 0.96 0.91 0.25
HSL 356.43º 0.93% 0.39% -
HSV(B) 356.43º 0.96% 0.75% -
XYZ 21.92 11.4 1.62 -
YUV 63.57 102.29 219.61 -
System Red Green Blue C M Y K H S L
Decimal 192 7 18 0 0.96 0.91 0.25 356.43 0.93 0.39
Hex C0 7 12 0 60 5B 19 164 5D 27
Octal 300 7 22 0 140 133 31 544 135 47
Binary 11000000 111 10010 0 1100000 1011011 11001 101100100 1011101 100111

Color Harmonies of #C00712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00712

Black with #C00712

Text Example


Text Example

White with #C00712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00712; }

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

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

background-color css

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

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

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

border-color css

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

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

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