Html Css Color HEX #C51430 Cardinal

📋 copy color: '#C51430'

red 197 ◦ green 20 ◦ blue 48

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

Shades of Cardinal #C51430

Tints of Cardinal #C51430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

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

R = 74.34%
G = 7.55%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C51430 (or 0xC51430) is known color: Cardinal. HEX triplet: C5, 14 and 30. RGB value is (197,20,48). Sum of RGB (Red+Green+Blue) = 197+20+48=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C51430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51430 is #3AEBCF. Grayscale: #4C4C4C. Windows color (decimal): -3861456 or 3151045. OLE color: 3151045.

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

Color convert

RGB 197 20 48 -
CMYK 0 0.90 0.76 0.23
HSL 350.51º 0.82% 0.43% -
HSV(B) 350.51º 0.9% 0.77% -
XYZ 23.81 12.58 3.97 -
YUV 76.12 112.14 214.22 -
System Red Green Blue C M Y K H S L
Decimal 197 20 48 0 0.90 0.76 0.23 350.51 0.82 0.43
Hex C5 14 30 0 5A 4C 17 15F 52 2B
Octal 305 24 60 0 132 114 27 537 122 53
Binary 11000101 10100 110000 0 1011010 1001100 10111 101011111 1010010 101011

Color Harmonies of #C51430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51430

Black with #C51430

Text Example


Text Example

White with #C51430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51430; }

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

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

background-color css

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

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

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

border-color css

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

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

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