Html Css Color HEX #C51E44 Cardinal

📋 copy color: '#C51E44'

red 197 ◦ green 30 ◦ blue 68

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

Shades of Cardinal #C51E44

Tints of Cardinal #C51E44

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.17%

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

R = 66.78%
G = 10.17%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C51E44 (or 0xC51E44) is known color: Cardinal. HEX triplet: C5, 1E and 44. RGB value is (197,30,68). Sum of RGB (Red+Green+Blue) = 197+30+68=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E44 is #3AE1BB. Grayscale: #545454. Windows color (decimal): -3858876 or 4464325. OLE color: 4464325.

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

Color convert

RGB 197 30 68 -
CMYK 0 0.85 0.65 0.23
HSL 346.35º 0.74% 0.45% -
HSV(B) 346.35º 0.85% 0.77% -
XYZ 24.53 13.22 6.73 -
YUV 84.27 118.83 208.41 -
System Red Green Blue C M Y K H S L
Decimal 197 30 68 0 0.85 0.65 0.23 346.35 0.74 0.45
Hex C5 1E 44 0 55 41 17 15A 4A 2D
Octal 305 36 104 0 125 101 27 532 112 55
Binary 11000101 11110 1000100 0 1010101 1000001 10111 101011010 1001010 101101

Color Harmonies of #C51E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E44

Black with #C51E44

Text Example


Text Example

White with #C51E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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