Html Css Color HEX #C5002D Venetian Red

📋 copy color: '#C5002D'

red 197 ◦ green 0 ◦ blue 45

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

Shades of Venetian Red #C5002D

Tints of Venetian Red #C5002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.6%

R = 81.4%
G = 0%
B = 18.6%

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

#C5002D (or 0xC5002D) is known color: Venetian Red. HEX triplet: C5, 00 and 2D. RGB value is (197,0,45). Sum of RGB (Red+Green+Blue) = 197+0+45=242 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.40% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 197 - color contains mainly: red. Hex color #C5002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5002D is #3AFFD2. Grayscale: #404040. Windows color (decimal): -3866579 or 2949317. OLE color: 2949317.

HSL color Cylindrical-coordinate representation of color #C5002D: hue angle of 346.29º 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 #C5002D is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 0 45 -
CMYK 0 1 0.77 0.23
HSL 346.29º 1% 0.39% -
HSV(B) 346.29º 1% 0.77% -
XYZ 23.5 12.06 3.57 -
YUV 64.03 117.27 222.84 -
System Red Green Blue C M Y K H S L
Decimal 197 0 45 0 1 0.77 0.23 346.29 1 0.39
Hex C5 0 2D 0 64 4D 17 15A 64 27
Octal 305 0 55 0 144 115 27 532 144 47
Binary 11000101 0 101101 0 1100100 1001101 10111 101011010 1100100 100111

Color Harmonies of #C5002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5002D

Black with #C5002D

Text Example


Text Example

White with #C5002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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