Html Css Color HEX #C60017 Venetian Red

📋 copy color: '#C60017'

red 198 ◦ green 0 ◦ blue 23

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

Shades of Venetian Red #C60017

Tints of Venetian Red #C60017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 23 (9.38% from 255) = 10.41%

R = 89.59%
G = 0%
B = 10.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C60017 (or 0xC60017) is known color: Venetian Red. HEX triplet: C6, 00 and 17. RGB value is (198,0,23). Sum of RGB (Red+Green+Blue) = 198+0+23=221 (29% of max value = 765). Red value is 198 (77.73% from 255 or 89.59% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 198 - color contains mainly: red. Hex color #C60017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60017 is #39FFE8. Grayscale: #3D3D3D. Windows color (decimal): -3801065 or 1507526. OLE color: 1507526.

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

Color convert

RGB 198 0 23 -
CMYK 0 1 0.88 0.22
HSL 353.03º 1% 0.39% -
HSV(B) 353.03º 1% 0.78% -
XYZ 23.44 12.07 1.9 -
YUV 61.82 106.1 225.13 -
System Red Green Blue C M Y K H S L
Decimal 198 0 23 0 1 0.88 0.22 353.03 1 0.39
Hex C6 0 17 0 64 58 16 161 64 27
Octal 306 0 27 0 144 130 26 541 144 47
Binary 11000110 0 10111 0 1100100 1011000 10110 101100001 1100100 100111

Color Harmonies of #C60017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60017

Black with #C60017

Text Example


Text Example

White with #C60017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60017; }

 p { color: rgb(198,0,23); }

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

background-color css

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

 a { background-color: rgb(198,0,23); }

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

border-color css

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

 span { border-color: rgb(198,0,23); }

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