Html Css Color HEX #C5174B Cardinal

📋 copy color: '#C5174B'

red 197 ◦ green 23 ◦ blue 75

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

Shades of Cardinal #C5174B

Tints of Cardinal #C5174B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.42%

R = 66.78%
G = 7.8%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5174B (or 0xC5174B) is known color: Cardinal. HEX triplet: C5, 17 and 4B. RGB value is (197,23,75). Sum of RGB (Red+Green+Blue) = 197+23+75=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5174B is #3AE8B4. Grayscale: #505050. Windows color (decimal): -3860661 or 4921285. OLE color: 4921285.

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

Color convert

RGB 197 23 75 -
CMYK 0 0.88 0.62 0.23
HSL 342.07º 0.79% 0.43% -
HSV(B) 342.07º 0.88% 0.77% -
XYZ 24.6 12.99 7.87 -
YUV 80.95 124.65 210.77 -
System Red Green Blue C M Y K H S L
Decimal 197 23 75 0 0.88 0.62 0.23 342.07 0.79 0.43
Hex C5 17 4B 0 58 3E 17 156 4F 2B
Octal 305 27 113 0 130 76 27 526 117 53
Binary 11000101 10111 1001011 0 1011000 111110 10111 101010110 1001111 101011

Color Harmonies of #C5174B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5174B

Black with #C5174B

Text Example


Text Example

White with #C5174B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5174B; }

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

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

background-color css

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

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

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

border-color css

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

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

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