Html Css Color HEX #C51D2D Cardinal

📋 copy color: '#C51D2D'

red 197 ◦ green 29 ◦ blue 45

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

Shades of Cardinal #C51D2D

Tints of Cardinal #C51D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.61%

R = 72.69%
G = 10.7%
B = 16.61%

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

#C51D2D (or 0xC51D2D) is known color: Cardinal. HEX triplet: C5, 1D and 2D. RGB value is (197,29,45). Sum of RGB (Red+Green+Blue) = 197+29+45=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D2D is #3AE2D2. Grayscale: #515151. Windows color (decimal): -3859155 or 2956741. OLE color: 2956741.

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

Color convert

RGB 197 29 45 -
CMYK 0 0.85 0.77 0.23
HSL 354.29º 0.74% 0.44% -
HSV(B) 354.29º 0.85% 0.77% -
XYZ 23.94 12.94 3.72 -
YUV 81.06 107.66 210.7 -
System Red Green Blue C M Y K H S L
Decimal 197 29 45 0 0.85 0.77 0.23 354.29 0.74 0.44
Hex C5 1D 2D 0 55 4D 17 162 4A 2C
Octal 305 35 55 0 125 115 27 542 112 54
Binary 11000101 11101 101101 0 1010101 1001101 10111 101100010 1001010 101100

Color Harmonies of #C51D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D2D

Black with #C51D2D

Text Example


Text Example

White with #C51D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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