Html Css Color HEX #C3011E Venetian Red

📋 copy color: '#C3011E'

red 195 ◦ green 1 ◦ blue 30

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

Shades of Venetian Red #C3011E

Tints of Venetian Red #C3011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.27%

R = 86.28%
G = 0.44%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3011E (or 0xC3011E) is known color: Venetian Red. HEX triplet: C3, 01 and 1E. RGB value is (195,1,30). Sum of RGB (Red+Green+Blue) = 195+1+30=226 (29% of max value = 765). Red value is 195 (76.56% from 255 or 86.28% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 195 - color contains mainly: red. Hex color #C3011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3011E is #3CFEE1. Grayscale: #3E3E3E. Windows color (decimal): -3997410 or 1966531. OLE color: 1966531.

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

Color convert

RGB 195 1 30 -
CMYK 0 0.99 0.85 0.24
HSL 351.03º 0.99% 0.38% -
HSV(B) 351.03º 0.99% 0.76% -
XYZ 22.75 11.72 2.29 -
YUV 62.31 109.77 222.64 -
System Red Green Blue C M Y K H S L
Decimal 195 1 30 0 0.99 0.85 0.24 351.03 0.99 0.38
Hex C3 1 1E 0 63 55 18 15F 63 26
Octal 303 1 36 0 143 125 30 537 143 46
Binary 11000011 1 11110 0 1100011 1010101 11000 101011111 1100011 100110

Color Harmonies of #C3011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3011E

Black with #C3011E

Text Example


Text Example

White with #C3011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3011E; }

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

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

background-color css

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

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

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

border-color css

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

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

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