Html Css Color HEX #C51244 Cardinal

📋 copy color: '#C51244'

red 197 ◦ green 18 ◦ blue 68

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

Shades of Cardinal #C51244

Tints of Cardinal #C51244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.03%

R = 69.61%
G = 6.36%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C51244 (or 0xC51244) is known color: Cardinal. HEX triplet: C5, 12 and 44. RGB value is (197,18,68). Sum of RGB (Red+Green+Blue) = 197+18+68=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C51244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51244 is #3AEDBB. Grayscale: #4D4D4D. Windows color (decimal): -3861948 or 4461253. OLE color: 4461253.

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

Color convert

RGB 197 18 68 -
CMYK 0 0.91 0.65 0.23
HSL 343.24º 0.83% 0.42% -
HSV(B) 343.24º 0.91% 0.77% -
XYZ 24.29 12.72 6.64 -
YUV 77.22 122.8 213.43 -
System Red Green Blue C M Y K H S L
Decimal 197 18 68 0 0.91 0.65 0.23 343.24 0.83 0.42
Hex C5 12 44 0 5B 41 17 157 53 2A
Octal 305 22 104 0 133 101 27 527 123 52
Binary 11000101 10010 1000100 0 1011011 1000001 10111 101010111 1010011 101010

Color Harmonies of #C51244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51244

Black with #C51244

Text Example


Text Example

White with #C51244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51244; }

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

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

background-color css

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

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

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

border-color css

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

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

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