Html Css Color HEX #C31015 Venetian Red

📋 copy color: '#C31015'

red 195 ◦ green 16 ◦ blue 21

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

Shades of Venetian Red #C31015

Tints of Venetian Red #C31015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.9%

 BLUE value IS 21 (8.59% from 255) = 9.05%

R = 84.05%
G = 6.9%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C31015 (or 0xC31015) is known color: Venetian Red. HEX triplet: C3, 10 and 15. RGB value is (195,16,21). Sum of RGB (Red+Green+Blue) = 195+16+21=232 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.05% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 195 - color contains mainly: red. Hex color #C31015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31015 is #3CEFEA. Grayscale: #464646. Windows color (decimal): -3993579 or 1380547. OLE color: 1380547.

HSL color Cylindrical-coordinate representation of color #C31015: hue angle of 358.32º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31015 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 16 21 -
CMYK 0 0.92 0.89 0.24
HSL 358.32º 0.85% 0.41% -
HSV(B) 358.32º 0.92% 0.76% -
XYZ 22.83 12.03 1.83 -
YUV 70.09 100.3 217.09 -
System Red Green Blue C M Y K H S L
Decimal 195 16 21 0 0.92 0.89 0.24 358.32 0.85 0.41
Hex C3 10 15 0 5C 59 18 166 55 29
Octal 303 20 25 0 134 131 30 546 125 51
Binary 11000011 10000 10101 0 1011100 1011001 11000 101100110 1010101 101001

Color Harmonies of #C31015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31015

Black with #C31015

Text Example


Text Example

White with #C31015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31015; }

 p { color: rgb(195,16,21); }

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

background-color css

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

 a { background-color: rgb(195,16,21); }

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

border-color css

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

 span { border-color: rgb(195,16,21); }

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