Html Css Color HEX #C31218 Venetian Red

📋 copy color: '#C31218'

red 195 ◦ green 18 ◦ blue 24

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

Shades of Venetian Red #C31218

Tints of Venetian Red #C31218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.59%

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

R = 82.28%
G = 7.59%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C31218 (or 0xC31218) is known color: Venetian Red. HEX triplet: C3, 12 and 18. RGB value is (195,18,24). Sum of RGB (Red+Green+Blue) = 195+18+24=237 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.28% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 195 - color contains mainly: red. Hex color #C31218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31218 is #3CEDE7. Grayscale: #474747. Windows color (decimal): -3993064 or 1577667. OLE color: 1577667.

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

Color convert

RGB 195 18 24 -
CMYK 0 0.91 0.88 0.24
HSL 357.97º 0.83% 0.42% -
HSV(B) 357.97º 0.91% 0.76% -
XYZ 22.89 12.1 1.99 -
YUV 71.61 101.14 216.01 -
System Red Green Blue C M Y K H S L
Decimal 195 18 24 0 0.91 0.88 0.24 357.97 0.83 0.42
Hex C3 12 18 0 5B 58 18 166 53 2A
Octal 303 22 30 0 133 130 30 546 123 52
Binary 11000011 10010 11000 0 1011011 1011000 11000 101100110 1010011 101010

Color Harmonies of #C31218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31218

Black with #C31218

Text Example


Text Example

White with #C31218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31218; }

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

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

background-color css

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

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

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

border-color css

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

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

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