Html Css Color HEX #C51D2F Cardinal

📋 copy color: '#C51D2F'

red 197 ◦ green 29 ◦ blue 47

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

Shades of Cardinal #C51D2F

Tints of Cardinal #C51D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.22%

R = 72.16%
G = 10.62%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C51D2F (or 0xC51D2F) is known color: Cardinal. HEX triplet: C5, 1D and 2F. RGB value is (197,29,47). Sum of RGB (Red+Green+Blue) = 197+29+47=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D2F is #3AE2D0. Grayscale: #515151. Windows color (decimal): -3859153 or 3087813. OLE color: 3087813.

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

Color convert

RGB 197 29 47 -
CMYK 0 0.85 0.76 0.23
HSL 353.57º 0.74% 0.44% -
HSV(B) 353.57º 0.85% 0.77% -
XYZ 23.98 12.95 3.93 -
YUV 81.28 108.66 210.54 -
System Red Green Blue C M Y K H S L
Decimal 197 29 47 0 0.85 0.76 0.23 353.57 0.74 0.44
Hex C5 1D 2F 0 55 4C 17 162 4A 2C
Octal 305 35 57 0 125 114 27 542 112 54
Binary 11000101 11101 101111 0 1010101 1001100 10111 101100010 1001010 101100

Color Harmonies of #C51D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D2F

Black with #C51D2F

Text Example


Text Example

White with #C51D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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