Html Css Color HEX #C3012E Venetian Red

📋 copy color: '#C3012E'

red 195 ◦ green 1 ◦ blue 46

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

Shades of Venetian Red #C3012E

Tints of Venetian Red #C3012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.01%

R = 80.58%
G = 0.41%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3012E (or 0xC3012E) is known color: Venetian Red. HEX triplet: C3, 01 and 2E. RGB value is (195,1,46). Sum of RGB (Red+Green+Blue) = 195+1+46=242 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.58% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 195 - color contains mainly: red. Hex color #C3012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3012E is #3CFED1. Grayscale: #404040. Windows color (decimal): -3997394 or 3015107. OLE color: 3015107.

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

Color convert

RGB 195 1 46 -
CMYK 0 0.99 0.76 0.24
HSL 346.08º 0.99% 0.38% -
HSV(B) 346.08º 0.99% 0.76% -
XYZ 23.01 11.82 3.65 -
YUV 64.14 117.77 221.34 -
System Red Green Blue C M Y K H S L
Decimal 195 1 46 0 0.99 0.76 0.24 346.08 0.99 0.38
Hex C3 1 2E 0 63 4C 18 15A 63 26
Octal 303 1 56 0 143 114 30 532 143 46
Binary 11000011 1 101110 0 1100011 1001100 11000 101011010 1100011 100110

Color Harmonies of #C3012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3012E

Black with #C3012E

Text Example


Text Example

White with #C3012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3012E; }

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

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

background-color css

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

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

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

border-color css

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

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

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