Html Css Color HEX #C51030 Cardinal

📋 copy color: '#C51030'

red 197 ◦ green 16 ◦ blue 48

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

Shades of Cardinal #C51030

Tints of Cardinal #C51030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.13%

 BLUE value IS 48 (19.14% from 255) = 18.39%

R = 75.48%
G = 6.13%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C51030 (or 0xC51030) is known color: Cardinal. HEX triplet: C5, 10 and 30. RGB value is (197,16,48). Sum of RGB (Red+Green+Blue) = 197+16+48=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C51030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51030 is #3AEFCF. Grayscale: #494949. Windows color (decimal): -3862480 or 3150021. OLE color: 3150021.

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

Color convert

RGB 197 16 48 -
CMYK 0 0.92 0.76 0.23
HSL 349.39º 0.85% 0.42% -
HSV(B) 349.39º 0.92% 0.77% -
XYZ 23.74 12.45 3.95 -
YUV 73.77 113.47 215.9 -
System Red Green Blue C M Y K H S L
Decimal 197 16 48 0 0.92 0.76 0.23 349.39 0.85 0.42
Hex C5 10 30 0 5C 4C 17 15D 55 2A
Octal 305 20 60 0 134 114 27 535 125 52
Binary 11000101 10000 110000 0 1011100 1001100 10111 101011101 1010101 101010

Color Harmonies of #C51030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51030

Black with #C51030

Text Example


Text Example

White with #C51030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51030; }

 p { color: rgb(197,16,48); }

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

background-color css

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

 a { background-color: rgb(197,16,48); }

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

border-color css

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

 span { border-color: rgb(197,16,48); }

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