Html Css Color HEX #C30112 Venetian Red

📋 copy color: '#C30112'

red 195 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #C30112

Tints of Venetian Red #C30112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 91.12%
G = 0.47%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C30112 (or 0xC30112) is known color: Venetian Red. HEX triplet: C3, 01 and 12. RGB value is (195,1,18). Sum of RGB (Red+Green+Blue) = 195+1+18=214 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.12% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 195 - color contains mainly: red. Hex color #C30112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30112 is #3CFEED. Grayscale: #3D3D3D. Windows color (decimal): -3997422 or 1180099. OLE color: 1180099.

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

Color convert

RGB 195 1 18 -
CMYK 0 0.99 0.91 0.24
HSL 354.74º 0.99% 0.38% -
HSV(B) 354.74º 0.99% 0.76% -
XYZ 22.63 11.67 1.63 -
YUV 60.94 103.77 223.62 -
System Red Green Blue C M Y K H S L
Decimal 195 1 18 0 0.99 0.91 0.24 354.74 0.99 0.38
Hex C3 1 12 0 63 5B 18 163 63 26
Octal 303 1 22 0 143 133 30 543 143 46
Binary 11000011 1 10010 0 1100011 1011011 11000 101100011 1100011 100110

Color Harmonies of #C30112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30112

Black with #C30112

Text Example


Text Example

White with #C30112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30112; }

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

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

background-color css

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

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

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

border-color css

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

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

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