Html Css Color HEX #C51945 Cardinal

📋 copy color: '#C51945'

red 197 ◦ green 25 ◦ blue 69

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

Shades of Cardinal #C51945

Tints of Cardinal #C51945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

 BLUE value IS 69 (27.34% from 255) = 23.71%

R = 67.7%
G = 8.59%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C51945 (or 0xC51945) is known color: Cardinal. HEX triplet: C5, 19 and 45. RGB value is (197,25,69). Sum of RGB (Red+Green+Blue) = 197+25+69=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C51945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51945 is #3AE6BA. Grayscale: #515151. Windows color (decimal): -3860155 or 4528581. OLE color: 4528581.

HSL color Cylindrical-coordinate representation of color #C51945: hue angle of 344.65º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51945 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 25 69 -
CMYK 0 0.87 0.65 0.23
HSL 344.65º 0.77% 0.44% -
HSV(B) 344.65º 0.87% 0.77% -
XYZ 24.45 13 6.85 -
YUV 81.44 120.98 210.42 -
System Red Green Blue C M Y K H S L
Decimal 197 25 69 0 0.87 0.65 0.23 344.65 0.77 0.44
Hex C5 19 45 0 57 41 17 159 4D 2C
Octal 305 31 105 0 127 101 27 531 115 54
Binary 11000101 11001 1000101 0 1010111 1000001 10111 101011001 1001101 101100

Color Harmonies of #C51945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51945

Black with #C51945

Text Example


Text Example

White with #C51945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51945; }

 p { color: rgb(197,25,69); }

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

background-color css

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

 a { background-color: rgb(197,25,69); }

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

border-color css

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

 span { border-color: rgb(197,25,69); }

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