Html Css Color HEX #C51230 Cardinal

📋 copy color: '#C51230'

red 197 ◦ green 18 ◦ blue 48

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

Shades of Cardinal #C51230

Tints of Cardinal #C51230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.84%

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

R = 74.9%
G = 6.84%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C51230 (or 0xC51230) is known color: Cardinal. HEX triplet: C5, 12 and 30. RGB value is (197,18,48). Sum of RGB (Red+Green+Blue) = 197+18+48=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C51230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51230 is #3AEDCF. Grayscale: #4B4B4B. Windows color (decimal): -3861968 or 3150533. OLE color: 3150533.

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

Color convert

RGB 197 18 48 -
CMYK 0 0.91 0.76 0.23
HSL 349.94º 0.83% 0.42% -
HSV(B) 349.94º 0.91% 0.77% -
XYZ 23.78 12.52 3.96 -
YUV 74.94 112.8 215.06 -
System Red Green Blue C M Y K H S L
Decimal 197 18 48 0 0.91 0.76 0.23 349.94 0.83 0.42
Hex C5 12 30 0 5B 4C 17 15E 53 2A
Octal 305 22 60 0 133 114 27 536 123 52
Binary 11000101 10010 110000 0 1011011 1001100 10111 101011110 1010011 101010

Color Harmonies of #C51230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51230

Black with #C51230

Text Example


Text Example

White with #C51230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51230; }

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

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

background-color css

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

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

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

border-color css

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

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

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