Html Css Color HEX #C60918 Venetian Red

📋 copy color: '#C60918'

red 198 ◦ green 9 ◦ blue 24

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

Shades of Venetian Red #C60918

Tints of Venetian Red #C60918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.9%

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

R = 85.71%
G = 3.9%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C60918 (or 0xC60918) is known color: Venetian Red. HEX triplet: C6, 09 and 18. RGB value is (198,9,24). Sum of RGB (Red+Green+Blue) = 198+9+24=231 (30% of max value = 765). Red value is 198 (77.73% from 255 or 85.71% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 198 - color contains mainly: red. Hex color #C60918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60918 is #39F6E7. Grayscale: #434343. Windows color (decimal): -3798760 or 1575366. OLE color: 1575366.

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

Color convert

RGB 198 9 24 -
CMYK 0 0.95 0.88 0.22
HSL 355.24º 0.91% 0.41% -
HSV(B) 355.24º 0.95% 0.78% -
XYZ 23.55 12.27 1.99 -
YUV 67.22 103.62 221.28 -
System Red Green Blue C M Y K H S L
Decimal 198 9 24 0 0.95 0.88 0.22 355.24 0.91 0.41
Hex C6 9 18 0 5F 58 16 163 5B 29
Octal 306 11 30 0 137 130 26 543 133 51
Binary 11000110 1001 11000 0 1011111 1011000 10110 101100011 1011011 101001

Color Harmonies of #C60918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60918

Black with #C60918

Text Example


Text Example

White with #C60918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60918; }

 p { color: rgb(198,9,24); }

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

background-color css

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

 a { background-color: rgb(198,9,24); }

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

border-color css

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

 span { border-color: rgb(198,9,24); }

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