Html Css Color HEX #C51D3F Cardinal

📋 copy color: '#C51D3F'

red 197 ◦ green 29 ◦ blue 63

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

Shades of Cardinal #C51D3F

Tints of Cardinal #C51D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.8%

R = 68.17%
G = 10.03%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C51D3F (or 0xC51D3F) is known color: Cardinal. HEX triplet: C5, 1D and 3F. RGB value is (197,29,63). Sum of RGB (Red+Green+Blue) = 197+29+63=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D3F is #3AE2C0. Grayscale: #535353. Windows color (decimal): -3859137 or 4136389. OLE color: 4136389.

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

Color convert

RGB 197 29 63 -
CMYK 0 0.85 0.68 0.23
HSL 347.86º 0.74% 0.44% -
HSV(B) 347.86º 0.85% 0.77% -
XYZ 24.36 13.11 5.95 -
YUV 83.11 116.66 209.24 -
System Red Green Blue C M Y K H S L
Decimal 197 29 63 0 0.85 0.68 0.23 347.86 0.74 0.44
Hex C5 1D 3F 0 55 44 17 15C 4A 2C
Octal 305 35 77 0 125 104 27 534 112 54
Binary 11000101 11101 111111 0 1010101 1000100 10111 101011100 1001010 101100

Color Harmonies of #C51D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D3F

Black with #C51D3F

Text Example


Text Example

White with #C51D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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