Html Css Color HEX #C31114 Venetian Red

📋 copy color: '#C31114'

red 195 ◦ green 17 ◦ blue 20

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

Shades of Venetian Red #C31114

Tints of Venetian Red #C31114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.33%

 BLUE value IS 20 (8.2% from 255) = 8.62%

R = 84.05%
G = 7.33%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C31114 (or 0xC31114) is known color: Venetian Red. HEX triplet: C3, 11 and 14. RGB value is (195,17,20). Sum of RGB (Red+Green+Blue) = 195+17+20=232 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.05% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 195 - color contains mainly: red. Hex color #C31114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31114 is #3CEEEB. Grayscale: #464646. Windows color (decimal): -3993324 or 1315267. OLE color: 1315267.

HSL color Cylindrical-coordinate representation of color #C31114: hue angle of 358.99º degrees, saturation: 0.84, 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 #C31114 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 17 20 -
CMYK 0 0.91 0.90 0.24
HSL 358.99º 0.84% 0.42% -
HSV(B) 358.99º 0.91% 0.76% -
XYZ 22.83 12.05 1.78 -
YUV 70.56 99.47 216.76 -
System Red Green Blue C M Y K H S L
Decimal 195 17 20 0 0.91 0.90 0.24 358.99 0.84 0.42
Hex C3 11 14 0 5B 5A 18 167 54 2A
Octal 303 21 24 0 133 132 30 547 124 52
Binary 11000011 10001 10100 0 1011011 1011010 11000 101100111 1010100 101010

Color Harmonies of #C31114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31114

Black with #C31114

Text Example


Text Example

White with #C31114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31114; }

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

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

background-color css

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

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

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

border-color css

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

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

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