Html Css Color HEX #C50018 Venetian Red

📋 copy color: '#C50018'

red 197 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #C50018

Tints of Venetian Red #C50018

RGB

 RED value IS 197 (77.34% from 255) = 89.14%

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

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

R = 89.14%
G = 0%
B = 10.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C50018 (or 0xC50018) is known color: Venetian Red. HEX triplet: C5, 00 and 18. RGB value is (197,0,24). Sum of RGB (Red+Green+Blue) = 197+0+24=221 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.14% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 197 - color contains mainly: red. Hex color #C50018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50018 is #3AFFE7. Grayscale: #3D3D3D. Windows color (decimal): -3866600 or 1573061. OLE color: 1573061.

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

Color convert

RGB 197 0 24 -
CMYK 0 1 0.88 0.23
HSL 352.69º 1% 0.39% -
HSV(B) 352.69º 1% 0.77% -
XYZ 23.19 11.94 1.95 -
YUV 61.64 106.77 224.55 -
System Red Green Blue C M Y K H S L
Decimal 197 0 24 0 1 0.88 0.23 352.69 1 0.39
Hex C5 0 18 0 64 58 17 161 64 27
Octal 305 0 30 0 144 130 27 541 144 47
Binary 11000101 0 11000 0 1100100 1011000 10111 101100001 1100100 100111

Color Harmonies of #C50018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50018

Black with #C50018

Text Example


Text Example

White with #C50018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50018; }

 p { color: rgb(197,0,24); }

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

background-color css

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

 a { background-color: rgb(197,0,24); }

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

border-color css

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

 span { border-color: rgb(197,0,24); }

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