Html Css Color HEX #C5010D Venetian Red

📋 copy color: '#C5010D'

red 197 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #C5010D

Tints of Venetian Red #C5010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 13 (5.47% from 255) = 6.16%

R = 93.36%
G = 0.47%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5010D (or 0xC5010D) is known color: Venetian Red. HEX triplet: C5, 01 and 0D. RGB value is (197,1,13). Sum of RGB (Red+Green+Blue) = 197+1+13=211 (27% of max value = 765). Red value is 197 (77.34% from 255 or 93.36% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 197 - color contains mainly: red. Hex color #C5010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5010D is #3AFEF2. Grayscale: #3D3D3D. Windows color (decimal): -3866355 or 852421. OLE color: 852421.

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

Color convert

RGB 197 1 13 -
CMYK 0 0.99 0.93 0.23
HSL 356.33º 0.99% 0.39% -
HSV(B) 356.33º 0.99% 0.77% -
XYZ 23.11 11.92 1.46 -
YUV 60.97 100.93 225.02 -
System Red Green Blue C M Y K H S L
Decimal 197 1 13 0 0.99 0.93 0.23 356.33 0.99 0.39
Hex C5 1 D 0 63 5D 17 164 63 27
Octal 305 1 15 0 143 135 27 544 143 47
Binary 11000101 1 1101 0 1100011 1011101 10111 101100100 1100011 100111

Color Harmonies of #C5010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5010D

Black with #C5010D

Text Example


Text Example

White with #C5010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5010D; }

 p { color: rgb(197,1,13); }

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

background-color css

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

 a { background-color: rgb(197,1,13); }

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

border-color css

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

 span { border-color: rgb(197,1,13); }

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