Html Css Color HEX #C51D38 Cardinal

📋 copy color: '#C51D38'

red 197 ◦ green 29 ◦ blue 56

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

Shades of Cardinal #C51D38

Tints of Cardinal #C51D38

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.28%

 BLUE value IS 56 (22.27% from 255) = 19.86%

R = 69.86%
G = 10.28%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C51D38 (or 0xC51D38) is known color: Cardinal. HEX triplet: C5, 1D and 38. RGB value is (197,29,56). Sum of RGB (Red+Green+Blue) = 197+29+56=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D38 is #3AE2C7. Grayscale: #525252. Windows color (decimal): -3859144 or 3677637. OLE color: 3677637.

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

Color convert

RGB 197 29 56 -
CMYK 0 0.85 0.72 0.23
HSL 350.36º 0.74% 0.44% -
HSV(B) 350.36º 0.85% 0.77% -
XYZ 24.18 13.03 4.98 -
YUV 82.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 197 29 56 0 0.85 0.72 0.23 350.36 0.74 0.44
Hex C5 1D 38 0 55 48 17 15E 4A 2C
Octal 305 35 70 0 125 110 27 536 112 54
Binary 11000101 11101 111000 0 1010101 1001000 10111 101011110 1001010 101100

Color Harmonies of #C51D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D38

Black with #C51D38

Text Example


Text Example

White with #C51D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D38; }

 p { color: rgb(197,29,56); }

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

background-color css

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

 a { background-color: rgb(197,29,56); }

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

border-color css

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

 span { border-color: rgb(197,29,56); }

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