Html Css Color HEX #C5154B Cardinal

📋 copy color: '#C5154B'

red 197 ◦ green 21 ◦ blue 75

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

Shades of Cardinal #C5154B

Tints of Cardinal #C5154B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.17%

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

R = 67.24%
G = 7.17%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5154B (or 0xC5154B) is known color: Cardinal. HEX triplet: C5, 15 and 4B. RGB value is (197,21,75). Sum of RGB (Red+Green+Blue) = 197+21+75=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5154B is #3AEAB4. Grayscale: #4F4F4F. Windows color (decimal): -3861173 or 4920773. OLE color: 4920773.

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

Color convert

RGB 197 21 75 -
CMYK 0 0.89 0.62 0.23
HSL 341.59º 0.81% 0.43% -
HSV(B) 341.59º 0.89% 0.77% -
XYZ 24.56 12.91 7.85 -
YUV 79.78 125.31 211.61 -
System Red Green Blue C M Y K H S L
Decimal 197 21 75 0 0.89 0.62 0.23 341.59 0.81 0.43
Hex C5 15 4B 0 59 3E 17 156 51 2B
Octal 305 25 113 0 131 76 27 526 121 53
Binary 11000101 10101 1001011 0 1011001 111110 10111 101010110 1010001 101011

Color Harmonies of #C5154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5154B

Black with #C5154B

Text Example


Text Example

White with #C5154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5154B; }

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

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

background-color css

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

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

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

border-color css

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

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

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