Html Css Color HEX #C5002E Venetian Red

📋 copy color: '#C5002E'

red 197 ◦ green 0 ◦ blue 46

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

Shades of Venetian Red #C5002E

Tints of Venetian Red #C5002E

RGB

 RED value IS 197 (77.34% from 255) = 81.07%

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

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

R = 81.07%
G = 0%
B = 18.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5002E (or 0xC5002E) is known color: Venetian Red. HEX triplet: C5, 00 and 2E. RGB value is (197,0,46). Sum of RGB (Red+Green+Blue) = 197+0+46=243 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.07% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 197 - color contains mainly: red. Hex color #C5002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5002E is #3AFFD1. Grayscale: #404040. Windows color (decimal): -3866578 or 3014853. OLE color: 3014853.

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

Color convert

RGB 197 0 46 -
CMYK 0 1 0.77 0.23
HSL 345.99º 1% 0.39% -
HSV(B) 345.99º 1% 0.77% -
XYZ 23.52 12.07 3.67 -
YUV 64.15 117.77 222.76 -
System Red Green Blue C M Y K H S L
Decimal 197 0 46 0 1 0.77 0.23 345.99 1 0.39
Hex C5 0 2E 0 64 4D 17 15A 64 27
Octal 305 0 56 0 144 115 27 532 144 47
Binary 11000101 0 101110 0 1100100 1001101 10111 101011010 1100100 100111

Color Harmonies of #C5002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5002E

Black with #C5002E

Text Example


Text Example

White with #C5002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5002E; }

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

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

background-color css

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

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

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

border-color css

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

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

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