Html Css Color HEX #C51143 Cardinal

📋 copy color: '#C51143'

red 197 ◦ green 17 ◦ blue 67

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

Shades of Cardinal #C51143

Tints of Cardinal #C51143

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.05%

 BLUE value IS 67 (26.56% from 255) = 23.84%

R = 70.11%
G = 6.05%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C51143 (or 0xC51143) is known color: Cardinal. HEX triplet: C5, 11 and 43. RGB value is (197,17,67). Sum of RGB (Red+Green+Blue) = 197+17+67=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C51143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51143 is #3AEEBC. Grayscale: #4C4C4C. Windows color (decimal): -3862205 or 4395461. OLE color: 4395461.

HSL color Cylindrical-coordinate representation of color #C51143: hue angle of 343.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51143 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 17 67 -
CMYK 0 0.91 0.66 0.23
HSL 343.33º 0.84% 0.42% -
HSV(B) 343.33º 0.91% 0.77% -
XYZ 24.24 12.68 6.48 -
YUV 76.52 122.63 213.93 -
System Red Green Blue C M Y K H S L
Decimal 197 17 67 0 0.91 0.66 0.23 343.33 0.84 0.42
Hex C5 11 43 0 5B 42 17 157 54 2A
Octal 305 21 103 0 133 102 27 527 124 52
Binary 11000101 10001 1000011 0 1011011 1000010 10111 101010111 1010100 101010

Color Harmonies of #C51143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51143

Black with #C51143

Text Example


Text Example

White with #C51143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51143; }

 p { color: rgb(197,17,67); }

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

background-color css

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

 a { background-color: rgb(197,17,67); }

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

border-color css

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

 span { border-color: rgb(197,17,67); }

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