Html Css Color HEX #C51B44 Cardinal

📋 copy color: '#C51B44'

red 197 ◦ green 27 ◦ blue 68

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

Shades of Cardinal #C51B44

Tints of Cardinal #C51B44

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.25%

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

R = 67.47%
G = 9.25%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C51B44 (or 0xC51B44) is known color: Cardinal. HEX triplet: C5, 1B and 44. RGB value is (197,27,68). Sum of RGB (Red+Green+Blue) = 197+27+68=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51B44 is #3AE4BB. Grayscale: #525252. Windows color (decimal): -3859644 or 4463557. OLE color: 4463557.

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

Color convert

RGB 197 27 68 -
CMYK 0 0.86 0.65 0.23
HSL 345.53º 0.76% 0.44% -
HSV(B) 345.53º 0.86% 0.77% -
XYZ 24.46 13.07 6.7 -
YUV 82.5 119.82 209.67 -
System Red Green Blue C M Y K H S L
Decimal 197 27 68 0 0.86 0.65 0.23 345.53 0.76 0.44
Hex C5 1B 44 0 56 41 17 15A 4C 2C
Octal 305 33 104 0 126 101 27 532 114 54
Binary 11000101 11011 1000100 0 1010110 1000001 10111 101011010 1001100 101100

Color Harmonies of #C51B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51B44

Black with #C51B44

Text Example


Text Example

White with #C51B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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