Html Css Color HEX #C5174D Cardinal

📋 copy color: '#C5174D'

red 197 ◦ green 23 ◦ blue 77

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

Shades of Cardinal #C5174D

Tints of Cardinal #C5174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.74%

 BLUE value IS 77 (30.47% from 255) = 25.93%

R = 66.33%
G = 7.74%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5174D (or 0xC5174D) is known color: Cardinal. HEX triplet: C5, 17 and 4D. RGB value is (197,23,77). Sum of RGB (Red+Green+Blue) = 197+23+77=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C5174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5174D is #3AE8B2. Grayscale: #515151. Windows color (decimal): -3860659 or 5052357. OLE color: 5052357.

HSL color Cylindrical-coordinate representation of color #C5174D: hue angle of 341.38º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5174D is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 23 77 -
CMYK 0 0.88 0.61 0.23
HSL 341.38º 0.79% 0.43% -
HSV(B) 341.38º 0.88% 0.77% -
XYZ 24.67 13.02 8.23 -
YUV 81.18 125.65 210.61 -
System Red Green Blue C M Y K H S L
Decimal 197 23 77 0 0.88 0.61 0.23 341.38 0.79 0.43
Hex C5 17 4D 0 58 3D 17 155 4F 2B
Octal 305 27 115 0 130 75 27 525 117 53
Binary 11000101 10111 1001101 0 1011000 111101 10111 101010101 1001111 101011

Color Harmonies of #C5174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5174D

Black with #C5174D

Text Example


Text Example

White with #C5174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5174D; }

 p { color: rgb(197,23,77); }

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

background-color css

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

 a { background-color: rgb(197,23,77); }

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

border-color css

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

 span { border-color: rgb(197,23,77); }

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