Html Css Color HEX #C3002E Venetian Red

📋 copy color: '#C3002E'

red 195 ◦ green 0 ◦ blue 46

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

Shades of Venetian Red #C3002E

Tints of Venetian Red #C3002E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.91%
G = 0%
B = 19.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3002E (or 0xC3002E) is known color: Venetian Red. HEX triplet: C3, 00 and 2E. RGB value is (195,0,46). Sum of RGB (Red+Green+Blue) = 195+0+46=241 (31% of max value = 765). Red value is 195 (76.56% from 255 or 80.91% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 195 - color contains mainly: red. Hex color #C3002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3002E is #3CFFD1. Grayscale: #3F3F3F. Windows color (decimal): -3997650 or 3014851. OLE color: 3014851.

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

Color convert

RGB 195 0 46 -
CMYK 0 1 0.76 0.24
HSL 345.85º 1% 0.38% -
HSV(B) 345.85º 1% 0.76% -
XYZ 23 11.8 3.65 -
YUV 63.55 118.1 221.76 -
System Red Green Blue C M Y K H S L
Decimal 195 0 46 0 1 0.76 0.24 345.85 1 0.38
Hex C3 0 2E 0 64 4C 18 15A 64 26
Octal 303 0 56 0 144 114 30 532 144 46
Binary 11000011 0 101110 0 1100100 1001100 11000 101011010 1100100 100110

Color Harmonies of #C3002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3002E

Black with #C3002E

Text Example


Text Example

White with #C3002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3002E; }

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

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

background-color css

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

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

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

border-color css

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

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

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