Html Css Color HEX #C31418 Venetian Red

📋 copy color: '#C31418'

red 195 ◦ green 20 ◦ blue 24

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

Shades of Venetian Red #C31418

Tints of Venetian Red #C31418

RGB

 RED value IS 195 (76.56% from 255) = 81.59%

 GREEN value IS 20 (8.2% from 255) = 8.37%

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

R = 81.59%
G = 8.37%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C31418 (or 0xC31418) is known color: Venetian Red. HEX triplet: C3, 14 and 18. RGB value is (195,20,24). Sum of RGB (Red+Green+Blue) = 195+20+24=239 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.59% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 195 - color contains mainly: red. Hex color #C31418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31418 is #3CEBE7. Grayscale: #484848. Windows color (decimal): -3992552 or 1578179. OLE color: 1578179.

HSL color Cylindrical-coordinate representation of color #C31418: hue angle of 358.63º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31418 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 20 24 -
CMYK 0 0.90 0.88 0.24
HSL 358.63º 0.81% 0.42% -
HSV(B) 358.63º 0.9% 0.76% -
XYZ 22.92 12.17 2 -
YUV 72.78 100.48 215.17 -
System Red Green Blue C M Y K H S L
Decimal 195 20 24 0 0.90 0.88 0.24 358.63 0.81 0.42
Hex C3 14 18 0 5A 58 18 167 51 2A
Octal 303 24 30 0 132 130 30 547 121 52
Binary 11000011 10100 11000 0 1011010 1011000 11000 101100111 1010001 101010

Color Harmonies of #C31418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31418

Black with #C31418

Text Example


Text Example

White with #C31418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31418; }

 p { color: rgb(195,20,24); }

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

background-color css

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

 a { background-color: rgb(195,20,24); }

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

border-color css

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

 span { border-color: rgb(195,20,24); }

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