Html Css Color HEX #C51942 Cardinal

📋 copy color: '#C51942'

red 197 ◦ green 25 ◦ blue 66

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

Shades of Cardinal #C51942

Tints of Cardinal #C51942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.92%

R = 68.4%
G = 8.68%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C51942 (or 0xC51942) is known color: Cardinal. HEX triplet: C5, 19 and 42. RGB value is (197,25,66). Sum of RGB (Red+Green+Blue) = 197+25+66=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C51942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51942 is #3AE6BD. Grayscale: #515151. Windows color (decimal): -3860158 or 4331973. OLE color: 4331973.

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

Color convert

RGB 197 25 66 -
CMYK 0 0.87 0.66 0.23
HSL 345.7º 0.77% 0.44% -
HSV(B) 345.7º 0.87% 0.77% -
XYZ 24.36 12.96 6.37 -
YUV 81.1 119.48 210.67 -
System Red Green Blue C M Y K H S L
Decimal 197 25 66 0 0.87 0.66 0.23 345.7 0.77 0.44
Hex C5 19 42 0 57 42 17 15A 4D 2C
Octal 305 31 102 0 127 102 27 532 115 54
Binary 11000101 11001 1000010 0 1010111 1000010 10111 101011010 1001101 101100

Color Harmonies of #C51942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51942

Black with #C51942

Text Example


Text Example

White with #C51942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51942; }

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

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

background-color css

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

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

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

border-color css

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

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

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