Html Css Color HEX #C51D2C Cardinal

📋 copy color: '#C51D2C'

red 197 ◦ green 29 ◦ blue 44

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

Shades of Cardinal #C51D2C

Tints of Cardinal #C51D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.3%

R = 72.96%
G = 10.74%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C51D2C (or 0xC51D2C) is known color: Cardinal. HEX triplet: C5, 1D and 2C. RGB value is (197,29,44). Sum of RGB (Red+Green+Blue) = 197+29+44=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D2C is #3AE2D3. Grayscale: #515151. Windows color (decimal): -3859156 or 2891205. OLE color: 2891205.

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

Color convert

RGB 197 29 44 -
CMYK 0 0.85 0.78 0.23
HSL 354.64º 0.74% 0.44% -
HSV(B) 354.64º 0.85% 0.77% -
XYZ 23.92 12.93 3.62 -
YUV 80.94 107.16 210.78 -
System Red Green Blue C M Y K H S L
Decimal 197 29 44 0 0.85 0.78 0.23 354.64 0.74 0.44
Hex C5 1D 2C 0 55 4E 17 163 4A 2C
Octal 305 35 54 0 125 116 27 543 112 54
Binary 11000101 11101 101100 0 1010101 1001110 10111 101100011 1001010 101100

Color Harmonies of #C51D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D2C

Black with #C51D2C

Text Example


Text Example

White with #C51D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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