Html Css Color HEX #C51530 Cardinal

📋 copy color: '#C51530'

red 197 ◦ green 21 ◦ blue 48

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

Shades of Cardinal #C51530

Tints of Cardinal #C51530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

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

R = 74.06%
G = 7.89%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C51530 (or 0xC51530) is known color: Cardinal. HEX triplet: C5, 15 and 30. RGB value is (197,21,48). Sum of RGB (Red+Green+Blue) = 197+21+48=266 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.06% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 197 - color contains mainly: red. Hex color #C51530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51530 is #3AEACF. Grayscale: #4C4C4C. Windows color (decimal): -3861200 or 3151301. OLE color: 3151301.

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

Color convert

RGB 197 21 48 -
CMYK 0 0.89 0.76 0.23
HSL 350.8º 0.81% 0.43% -
HSV(B) 350.8º 0.89% 0.77% -
XYZ 23.83 12.62 3.98 -
YUV 76.7 111.81 213.8 -
System Red Green Blue C M Y K H S L
Decimal 197 21 48 0 0.89 0.76 0.23 350.8 0.81 0.43
Hex C5 15 30 0 59 4C 17 15F 51 2B
Octal 305 25 60 0 131 114 27 537 121 53
Binary 11000101 10101 110000 0 1011001 1001100 10111 101011111 1010001 101011

Color Harmonies of #C51530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51530

Black with #C51530

Text Example


Text Example

White with #C51530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51530; }

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

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

background-color css

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

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

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

border-color css

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

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

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