Html Css Color HEX #C51E41 Cardinal

📋 copy color: '#C51E41'

red 197 ◦ green 30 ◦ blue 65

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

Shades of Cardinal #C51E41

Tints of Cardinal #C51E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.26%

R = 67.47%
G = 10.27%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C51E41 (or 0xC51E41) is known color: Cardinal. HEX triplet: C5, 1E and 41. RGB value is (197,30,65). Sum of RGB (Red+Green+Blue) = 197+30+65=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E41 is #3AE1BE. Grayscale: #535353. Windows color (decimal): -3858879 or 4267717. OLE color: 4267717.

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

Color convert

RGB 197 30 65 -
CMYK 0 0.85 0.67 0.23
HSL 347.43º 0.74% 0.45% -
HSV(B) 347.43º 0.85% 0.77% -
XYZ 24.44 13.18 6.26 -
YUV 83.92 117.33 208.65 -
System Red Green Blue C M Y K H S L
Decimal 197 30 65 0 0.85 0.67 0.23 347.43 0.74 0.45
Hex C5 1E 41 0 55 43 17 15B 4A 2D
Octal 305 36 101 0 125 103 27 533 112 55
Binary 11000101 11110 1000001 0 1010101 1000011 10111 101011011 1001010 101101

Color Harmonies of #C51E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E41

Black with #C51E41

Text Example


Text Example

White with #C51E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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