Html Css Color HEX #C30110 Venetian Red

📋 copy color: '#C30110'

red 195 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #C30110

Tints of Venetian Red #C30110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.55%

R = 91.98%
G = 0.47%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C30110 (or 0xC30110) is known color: Venetian Red. HEX triplet: C3, 01 and 10. RGB value is (195,1,16). Sum of RGB (Red+Green+Blue) = 195+1+16=212 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.98% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 195 - color contains mainly: red. Hex color #C30110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30110 is #3CFEEF. Grayscale: #3C3C3C. Windows color (decimal): -3997424 or 1049027. OLE color: 1049027.

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

Color convert

RGB 195 1 16 -
CMYK 0 0.99 0.92 0.24
HSL 355.36º 0.99% 0.38% -
HSV(B) 355.36º 0.99% 0.76% -
XYZ 22.61 11.66 1.55 -
YUV 60.72 102.77 223.78 -
System Red Green Blue C M Y K H S L
Decimal 195 1 16 0 0.99 0.92 0.24 355.36 0.99 0.38
Hex C3 1 10 0 63 5C 18 163 63 26
Octal 303 1 20 0 143 134 30 543 143 46
Binary 11000011 1 10000 0 1100011 1011100 11000 101100011 1100011 100110

Color Harmonies of #C30110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30110

Black with #C30110

Text Example


Text Example

White with #C30110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30110; }

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

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

background-color css

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

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

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

border-color css

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

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

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