Html Css Color HEX #C5144B Cardinal

📋 copy color: '#C5144B'

red 197 ◦ green 20 ◦ blue 75

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

Shades of Cardinal #C5144B

Tints of Cardinal #C5144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.85%

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

R = 67.47%
G = 6.85%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5144B (or 0xC5144B) is known color: Cardinal. HEX triplet: C5, 14 and 4B. RGB value is (197,20,75). Sum of RGB (Red+Green+Blue) = 197+20+75=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C5144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5144B is #3AEBB4. Grayscale: #4F4F4F. Windows color (decimal): -3861429 or 4920517. OLE color: 4920517.

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

Color convert

RGB 197 20 75 -
CMYK 0 0.90 0.62 0.23
HSL 341.36º 0.82% 0.43% -
HSV(B) 341.36º 0.9% 0.77% -
XYZ 24.55 12.88 7.85 -
YUV 79.19 125.64 212.03 -
System Red Green Blue C M Y K H S L
Decimal 197 20 75 0 0.90 0.62 0.23 341.36 0.82 0.43
Hex C5 14 4B 0 5A 3E 17 155 52 2B
Octal 305 24 113 0 132 76 27 525 122 53
Binary 11000101 10100 1001011 0 1011010 111110 10111 101010101 1010010 101011

Color Harmonies of #C5144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5144B

Black with #C5144B

Text Example


Text Example

White with #C5144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5144B; }

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

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

background-color css

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

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

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

border-color css

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

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

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