Html Css Color HEX #C30811 Venetian Red

📋 copy color: '#C30811'

red 195 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #C30811

Tints of Venetian Red #C30811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.64%

 BLUE value IS 17 (7.03% from 255) = 7.73%

R = 88.64%
G = 3.64%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C30811 (or 0xC30811) is known color: Venetian Red. HEX triplet: C3, 08 and 11. RGB value is (195,8,17). Sum of RGB (Red+Green+Blue) = 195+8+17=220 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.64% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 195 - color contains mainly: red. Hex color #C30811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30811 is #3CF7EE. Grayscale: #414141. Windows color (decimal): -3995631 or 1116355. OLE color: 1116355.

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

Color convert

RGB 195 8 17 -
CMYK 0 0.96 0.91 0.24
HSL 357.11º 0.92% 0.4% -
HSV(B) 357.11º 0.96% 0.76% -
XYZ 22.69 11.82 1.61 -
YUV 64.94 100.95 220.77 -
System Red Green Blue C M Y K H S L
Decimal 195 8 17 0 0.96 0.91 0.24 357.11 0.92 0.4
Hex C3 8 11 0 60 5B 18 165 5C 28
Octal 303 10 21 0 140 133 30 545 134 50
Binary 11000011 1000 10001 0 1100000 1011011 11000 101100101 1011100 101000

Color Harmonies of #C30811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30811

Black with #C30811

Text Example


Text Example

White with #C30811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30811; }

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

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

background-color css

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

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

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

border-color css

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

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

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