Html Css Color HEX #C51643 Cardinal

📋 copy color: '#C51643'

red 197 ◦ green 22 ◦ blue 67

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

Shades of Cardinal #C51643

Tints of Cardinal #C51643

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.69%

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

R = 68.88%
G = 7.69%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C51643 (or 0xC51643) is known color: Cardinal. HEX triplet: C5, 16 and 43. RGB value is (197,22,67). Sum of RGB (Red+Green+Blue) = 197+22+67=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C51643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51643 is #3AE9BC. Grayscale: #4F4F4F. Windows color (decimal): -3860925 or 4396741. OLE color: 4396741.

HSL color Cylindrical-coordinate representation of color #C51643: hue angle of 344.57º degrees, saturation: 0.8, 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 #C51643 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 22 67 -
CMYK 0 0.89 0.66 0.23
HSL 344.57º 0.8% 0.43% -
HSV(B) 344.57º 0.89% 0.77% -
XYZ 24.33 12.85 6.51 -
YUV 79.46 120.98 211.84 -
System Red Green Blue C M Y K H S L
Decimal 197 22 67 0 0.89 0.66 0.23 344.57 0.8 0.43
Hex C5 16 43 0 59 42 17 159 50 2B
Octal 305 26 103 0 131 102 27 531 120 53
Binary 11000101 10110 1000011 0 1011001 1000010 10111 101011001 1010000 101011

Color Harmonies of #C51643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51643

Black with #C51643

Text Example


Text Example

White with #C51643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51643; }

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

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

background-color css

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

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

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

border-color css

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

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

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