Html Css Color HEX #C51443 Cardinal

📋 copy color: '#C51443'

red 197 ◦ green 20 ◦ blue 67

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

Shades of Cardinal #C51443

Tints of Cardinal #C51443

RGB

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

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

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

R = 69.37%
G = 7.04%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C51443 (or 0xC51443) is known color: Cardinal. HEX triplet: C5, 14 and 43. RGB value is (197,20,67). Sum of RGB (Red+Green+Blue) = 197+20+67=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C51443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51443 is #3AEBBC. Grayscale: #4E4E4E. Windows color (decimal): -3861437 or 4396229. OLE color: 4396229.

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

Color convert

RGB 197 20 67 -
CMYK 0 0.90 0.66 0.23
HSL 344.07º 0.82% 0.43% -
HSV(B) 344.07º 0.9% 0.77% -
XYZ 24.29 12.78 6.5 -
YUV 78.28 121.64 212.68 -
System Red Green Blue C M Y K H S L
Decimal 197 20 67 0 0.90 0.66 0.23 344.07 0.82 0.43
Hex C5 14 43 0 5A 42 17 158 52 2B
Octal 305 24 103 0 132 102 27 530 122 53
Binary 11000101 10100 1000011 0 1011010 1000010 10111 101011000 1010010 101011

Color Harmonies of #C51443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51443

Black with #C51443

Text Example


Text Example

White with #C51443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51443; }

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

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

background-color css

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

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

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

border-color css

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

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

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