Html Css Color HEX #C60311 Venetian Red

📋 copy color: '#C60311'

red 198 ◦ green 3 ◦ blue 17

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

Shades of Venetian Red #C60311

Tints of Venetian Red #C60311

RGB

 RED value IS 198 (77.73% from 255) = 90.83%

 GREEN value IS 3 (1.56% from 255) = 1.38%

 BLUE value IS 17 (7.03% from 255) = 7.8%

R = 90.83%
G = 1.38%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C60311 (or 0xC60311) is known color: Venetian Red. HEX triplet: C6, 03 and 11. RGB value is (198,3,17). Sum of RGB (Red+Green+Blue) = 198+3+17=218 (28% of max value = 765). Red value is 198 (77.73% from 255 or 90.83% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 198 - color contains mainly: red. Hex color #C60311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60311 is #39FCEE. Grayscale: #3F3F3F. Windows color (decimal): -3800303 or 1115078. OLE color: 1115078.

HSL color Cylindrical-coordinate representation of color #C60311: hue angle of 355.69º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60311 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 3 17 -
CMYK 0 0.98 0.91 0.22
HSL 355.69º 0.97% 0.39% -
HSV(B) 355.69º 0.98% 0.78% -
XYZ 23.42 12.11 1.63 -
YUV 62.9 102.1 224.36 -
System Red Green Blue C M Y K H S L
Decimal 198 3 17 0 0.98 0.91 0.22 355.69 0.97 0.39
Hex C6 3 11 0 62 5B 16 164 61 27
Octal 306 3 21 0 142 133 26 544 141 47
Binary 11000110 11 10001 0 1100010 1011011 10110 101100100 1100001 100111

Color Harmonies of #C60311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60311

Black with #C60311

Text Example


Text Example

White with #C60311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60311; }

 p { color: rgb(198,3,17); }

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

background-color css

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

 a { background-color: rgb(198,3,17); }

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

border-color css

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

 span { border-color: rgb(198,3,17); }

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