Html Css Color HEX #C5031C Venetian Red

📋 copy color: '#C5031C'

red 197 ◦ green 3 ◦ blue 28

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

Shades of Venetian Red #C5031C

Tints of Venetian Red #C5031C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

 BLUE value IS 28 (11.33% from 255) = 12.28%

R = 86.4%
G = 1.32%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5031C (or 0xC5031C) is known color: Venetian Red. HEX triplet: C5, 03 and 1C. RGB value is (197,3,28). Sum of RGB (Red+Green+Blue) = 197+3+28=228 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.40% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 197 - color contains mainly: red. Hex color #C5031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5031C is #3AFCE3. Grayscale: #3F3F3F. Windows color (decimal): -3865828 or 1835973. OLE color: 1835973.

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

Color convert

RGB 197 3 28 -
CMYK 0 0.98 0.86 0.23
HSL 352.27º 0.97% 0.39% -
HSV(B) 352.27º 0.98% 0.77% -
XYZ 23.27 12.02 2.19 -
YUV 63.86 107.77 222.97 -
System Red Green Blue C M Y K H S L
Decimal 197 3 28 0 0.98 0.86 0.23 352.27 0.97 0.39
Hex C5 3 1C 0 62 56 17 160 61 27
Octal 305 3 34 0 142 126 27 540 141 47
Binary 11000101 11 11100 0 1100010 1010110 10111 101100000 1100001 100111

Color Harmonies of #C5031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5031C

Black with #C5031C

Text Example


Text Example

White with #C5031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5031C; }

 p { color: rgb(197,3,28); }

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

background-color css

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

 a { background-color: rgb(197,3,28); }

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

border-color css

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

 span { border-color: rgb(197,3,28); }

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