Html Css Color HEX #C3050E Venetian Red

📋 copy color: '#C3050E'

red 195 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #C3050E

Tints of Venetian Red #C3050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

 BLUE value IS 14 (5.86% from 255) = 6.54%

R = 91.12%
G = 2.34%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3050E (or 0xC3050E) is known color: Venetian Red. HEX triplet: C3, 05 and 0E. RGB value is (195,5,14). Sum of RGB (Red+Green+Blue) = 195+5+14=214 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.12% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 195 - color contains mainly: red. Hex color #C3050E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3050E is #3CFAF1. Grayscale: #3E3E3E. Windows color (decimal): -3996402 or 918979. OLE color: 918979.

HSL color Cylindrical-coordinate representation of color #C3050E: hue angle of 357.16º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3050E is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 5 14 -
CMYK 0 0.97 0.93 0.24
HSL 357.16º 0.95% 0.39% -
HSV(B) 357.16º 0.97% 0.76% -
XYZ 22.64 11.74 1.49 -
YUV 62.84 100.45 222.27 -
System Red Green Blue C M Y K H S L
Decimal 195 5 14 0 0.97 0.93 0.24 357.16 0.95 0.39
Hex C3 5 E 0 61 5D 18 165 5F 27
Octal 303 5 16 0 141 135 30 545 137 47
Binary 11000011 101 1110 0 1100001 1011101 11000 101100101 1011111 100111

Color Harmonies of #C3050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3050E

Black with #C3050E

Text Example


Text Example

White with #C3050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3050E; }

 p { color: rgb(195,5,14); }

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

background-color css

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

 a { background-color: rgb(195,5,14); }

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

border-color css

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

 span { border-color: rgb(195,5,14); }

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