Html Css Color HEX #C30117 Venetian Red

📋 copy color: '#C30117'

red 195 ◦ green 1 ◦ blue 23

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

Shades of Venetian Red #C30117

Tints of Venetian Red #C30117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 23 (9.38% from 255) = 10.5%

R = 89.04%
G = 0.46%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C30117 (or 0xC30117) is known color: Venetian Red. HEX triplet: C3, 01 and 17. RGB value is (195,1,23). Sum of RGB (Red+Green+Blue) = 195+1+23=219 (29% of max value = 765). Red value is 195 (76.56% from 255 or 89.04% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 195 - color contains mainly: red. Hex color #C30117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30117 is #3CFEE8. Grayscale: #3D3D3D. Windows color (decimal): -3997417 or 1507779. OLE color: 1507779.

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

Color convert

RGB 195 1 23 -
CMYK 0 0.99 0.88 0.24
HSL 353.2º 0.99% 0.38% -
HSV(B) 353.2º 0.99% 0.76% -
XYZ 22.67 11.69 1.87 -
YUV 61.51 106.27 223.21 -
System Red Green Blue C M Y K H S L
Decimal 195 1 23 0 0.99 0.88 0.24 353.2 0.99 0.38
Hex C3 1 17 0 63 58 18 161 63 26
Octal 303 1 27 0 143 130 30 541 143 46
Binary 11000011 1 10111 0 1100011 1011000 11000 101100001 1100011 100110

Color Harmonies of #C30117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30117

Black with #C30117

Text Example


Text Example

White with #C30117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30117; }

 p { color: rgb(195,1,23); }

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

background-color css

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

 a { background-color: rgb(195,1,23); }

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

border-color css

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

 span { border-color: rgb(195,1,23); }

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