Html Css Color HEX #C51D2E Cardinal

📋 copy color: '#C51D2E'

red 197 ◦ green 29 ◦ blue 46

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

Shades of Cardinal #C51D2E

Tints of Cardinal #C51D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 72.43%
G = 10.66%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C51D2E (or 0xC51D2E) is known color: Cardinal. HEX triplet: C5, 1D and 2E. RGB value is (197,29,46). Sum of RGB (Red+Green+Blue) = 197+29+46=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D2E is #3AE2D1. Grayscale: #515151. Windows color (decimal): -3859154 or 3022277. OLE color: 3022277.

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

Color convert

RGB 197 29 46 -
CMYK 0 0.85 0.77 0.23
HSL 353.93º 0.74% 0.44% -
HSV(B) 353.93º 0.85% 0.77% -
XYZ 23.96 12.95 3.82 -
YUV 81.17 108.16 210.62 -
System Red Green Blue C M Y K H S L
Decimal 197 29 46 0 0.85 0.77 0.23 353.93 0.74 0.44
Hex C5 1D 2E 0 55 4D 17 162 4A 2C
Octal 305 35 56 0 125 115 27 542 112 54
Binary 11000101 11101 101110 0 1010101 1001101 10111 101100010 1001010 101100

Color Harmonies of #C51D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D2E

Black with #C51D2E

Text Example


Text Example

White with #C51D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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