Html Css Color HEX #C5030C Venetian Red

📋 copy color: '#C5030C'

red 197 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #C5030C

Tints of Venetian Red #C5030C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.66%

R = 92.92%
G = 1.42%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5030C (or 0xC5030C) is known color: Venetian Red. HEX triplet: C5, 03 and 0C. RGB value is (197,3,12). Sum of RGB (Red+Green+Blue) = 197+3+12=212 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.92% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 197 - color contains mainly: red. Hex color #C5030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5030C is #3AFCF3. Grayscale: #3E3E3E. Windows color (decimal): -3865844 or 787397. OLE color: 787397.

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

Color convert

RGB 197 3 12 -
CMYK 0 0.98 0.94 0.23
HSL 357.22º 0.97% 0.39% -
HSV(B) 357.22º 0.98% 0.77% -
XYZ 23.12 11.96 1.44 -
YUV 62.03 99.77 224.27 -
System Red Green Blue C M Y K H S L
Decimal 197 3 12 0 0.98 0.94 0.23 357.22 0.97 0.39
Hex C5 3 C 0 62 5E 17 165 61 27
Octal 305 3 14 0 142 136 27 545 141 47
Binary 11000101 11 1100 0 1100010 1011110 10111 101100101 1100001 100111

Color Harmonies of #C5030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5030C

Black with #C5030C

Text Example


Text Example

White with #C5030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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